Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Feb 4, 2023
1 parent f2b56f8 commit 5c50282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v0.1.2]
- Fix enable state

## [v0.1.1]
- Fix manifest plugin class path

## v0.1.0

- First alpha release

[Unreleased]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.1.2...HEAD
[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
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("org.omegat.gradle") version "1.5.9"
}

version = "0.1.1"
version = "0.1.2"

omegat {
version = "5.7.1"
Expand Down

0 comments on commit 5c50282

Please sign in to comment.