From 4113cda55ca10b41a7dd62c2224c673ddba1c358 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 18 Jan 2022 21:51:37 +0900 Subject: [PATCH] Release v0.10.0 Signed-off-by: Hiroshi Miura --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0c5bd..170102c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.10.0] - 2022-01-18 + +### Fixed +- DictZipOutputStream to produce good archive. + all old versions of dictzip-java produce broken archive. + +## Changed +- Bump Gradle@7.3.3 +- Bump commons-io@2.11.0 +- generate version property by gradle +- reorganize test utility library +- Add test cases for DictZipOutputStream class. +- test: move to JUnit5 +- Enable header CRC check +- Bump actions/setup-java@2.5.0 +- Use actions gradle/gradle-build-action@v2 + +### Removed +- Artifact upload on actions page + ## [0.9.5] - 2021-03-20 ### Changed @@ -141,7 +161,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.9.5...HEAD +[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/dictzip/dictzip-java/compare/v0.9.5...v0.10.0 [0.9.5]: https://github.com/dictzip/dictzip-java/compare/v0.9.2...v0.9.5 [0.9.2]: https://github.com/dictzip/dictzip-java/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/dictzip/dictzip-java/compare/v0.9.0...v0.9.1 -- 2.11.0