@@ -5,18 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.4.0 ] - 2023-02-20
99
1010### Added
1111
1212 - ` --source/--target ` shorthand flags for ` languages ` command
13+ - ` document ` endpoint actions
14+
15+ ### Changed
16+
17+ - Change ` TranslateOption ` implementation from functional options to key-value pairs
18+ - Adjust command outputs to verbosity flag count
1319
1420## [ 0.3.0] - 2023-02-17
1521
1622### Added
1723
1824- ` version ` command displaying the version and optionally commit of the cli
19- - ` /glossary-language-pairs ` and ` /glossaries ` endpoints
25+ - ` /glossary-language-pairs ` and ` /glossaries ` endpoint actions
2026
2127### Changed
2228
@@ -26,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2632
2733### Added
2834
29- - Add ` /usage ` and ` /languages ` endpoints api and cli
35+ - Add ` /usage ` and ` /languages ` endpoint actions
3036
3137### Changed
3238
@@ -41,7 +47,8 @@ Initial version.
4147- Add text translation api and cli
4248
4349
44- [ Unreleased ] : https://github.com/cluttrdev/deepl-go/compare/v0.3.0...HEAD
50+ [ Unreleased ] : https://github.com/cluttrdev/deepl-go/compare/v0.4.0...HEAD
51+ [ 0.4.0 ] : https://github.com/cluttrdev/deepl-go/compare/v0.3.0...v0.4.0
4552[ 0.3.0 ] : https://github.com/cluttrdev/deepl-go/compare/v0.2.0...v0.3.0
4653[ 0.2.0 ] : https://github.com/cluttrdev/deepl-go/compare/v0.1.0...v0.2.0
4754[ 0.1.0 ] : https://github.com/cluttrdev/deepl-go/releases/tag/v0.1.0
0 commit comments