From 4376a8ad3e3a163d6d6b948c7b3c16ed213f4e9c Mon Sep 17 00:00:00 2001 From: cluttrdev Date: Fri, 24 Nov 2023 15:58:48 +0100 Subject: [PATCH] Release v0.5.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a583a..02747bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.5.0] - 2023-11-24 This is a big refactoring release that contains breaking changes in both library and command-line interfaces and restructures the project layout. @@ -66,7 +66,8 @@ Initial version. - Add text translation api and cli -[Unreleased]: https://github.com/cluttrdev/deepl-go/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/cluttrdev/deepl-go/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/cluttrdev/deepl-go/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/cluttrdev/deepl-go/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/cluttrdev/deepl-go/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/cluttrdev/deepl-go/compare/v0.1.0...v0.2.0