Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
- Add Automatic-Module-Name for Java 9 and later
- Add AbstractMnemonicsAction class
- Publish `Mnemonics.getLatinKeycode` function
- Remove Russian translations
  • Loading branch information
miurahr committed Mar 20, 2024
1 parent cb770c5 commit 6844fc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v1.1]
## [v1.2]
### Added
* Add Automatic-Module-Name to "org.omegat.mnemonics"
* Add `AbstractMnemonicsAction` to help create Action objects with mnemonics.
* Publish `Mnemonics.getLatinKeycode` function

### Removed
* Russian translation resources

### Changed
* Bump [email protected]
* Bump [email protected]

## [v1.1]
### Added
* Introduce `Mnemonics.removeMnemonics`
* Test cases
Expand Down Expand Up @@ -32,6 +44,7 @@ All notable changes to this project will be documented in this file.
## v1.0
* First release

[Unreleased]: https://github.com/eb4j/dsl4j/compare/v1.1...HEAD
[Unreleased]: https://github.com/eb4j/dsl4j/compare/v1.2...HEAD
[v1.2]: https://github.com/omegat-org/lib-mnemonics/compare/v1.1...v1.2
[v1.1]: https://github.com/omegat-org/lib-mnemonics/compare/v1.0...v1.1

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java {
withJavadocJar()
}

version = '1.2-SNAPSHOT'
version = '1.2'
group = 'org.omegat'

repositories {
Expand Down

0 comments on commit 6844fc0

Please sign in to comment.