From 94da7ef6134ff07c31e022124a9bf4fcde97e993 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sat, 16 Dec 2023 10:44:40 +0900 Subject: [PATCH] Release v0.3.0 Signed-off-by: Hiroshi Miura --- CHANGELOG.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f660f92..19d9117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,25 +3,31 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v0.3.0] + +* fix: escape for request text +* Bump gradle's omegat-plugin@2.0.0-rc2 + ## [v0.2.0] -- Save enabled status (#6) -- Support V3 protocol -- Support region/location configuration +* Save enabled status (#6) +* Support V3 protocol +* Support region/location configuration ## [v0.1.2] -- Fix enable state +* Fix enable state ## [v0.1.1] -- Fix a manifest plugin class path +* Fix a manifest plugin class path ## v0.1.0 -- First alpha release +* First alpha release -[Unreleased]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.3.0...HEAD +[v0.3.0]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.1.2...v0.2.0 [v0.1.2]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.1.0...v0.1.1