From 5cae9e535314114e9dc640965848ef898a383326 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Mon, 9 Oct 2023 10:57:34 +0900 Subject: [PATCH] Release v0.14.0 Signed-off-by: Hiroshi Miura --- CHANGELOG.md | 16 +++++++++++++++- gradle.properties | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f074ca..64d868d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.14.0] - 2023-10-08 + +## Added +- JPMS module-info.java +- module names: + - lib: `tokyo.northside.dictzip.lib` + - northside-io: `tokyo.northside.io` + - cli: `tokyo.northside.dictzip.cli` + +## Changed +- Change artifact's group to be "tokyo.northside" +- CLI: Migrate to picocli + ## [0.13.0] - 2022-04-16 ### Added @@ -228,7 +241,8 @@ All notable changes to this project will be documented in this file. ### Added - Start project. -[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.13.0...HEAD +[Unreleased]: https://codeberg.org/miurahr/dictzip-java/compare/v0.14.0...HEAD +[0.14.0]: https://codeberg.org/miurahr/dictzip-java/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/dictzip/dictzip-java/compare/v0.12.2...v0.13.0 [0.12.2]: https://github.com/dictzip/dictzip-java/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/dictzip/dictzip-java/compare/v0.12.0...v0.12.1 diff --git a/gradle.properties b/gradle.properties index 5c272aa..477143b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,4 +8,4 @@ projectOwner=miurahr developerEmail=miurahr@linux.com developerName='Hiroshi Miura' projectYears=2016-2023 -projectReleaseBody="Fix release for critical bug on seek." +projectReleaseBody="Release with JPMS module-info." -- 2.11.0