OSDN Git Service

Release v0.10.1
[dictzip-java/dictzip-java.git] / CHANGELOG.md
index fa5d5f5..2ec8513 100644 (file)
@@ -3,7 +3,31 @@ All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
 
-## [0.9.4] - 2021-03-20
+## [0.10.1] - 2022-01-18
+### Fixed
+- Release actions script
+
+## [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
 - Publish to sonatype/OSSRH
@@ -141,8 +165,10 @@ 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.4...HEAD
-[0.9.4]: https://github.com/dictzip/dictzip-java/compare/v0.9.2...v0.9.4
+[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.10.1...HEAD
+[0.10.1]: https://github.com/dictzip/dictzip-java/compare/v0.10.0...v0.10.1
+[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
 [0.9.0]: https://github.com/dictzip/dictzip-java/compare/v0.8.2...v0.9.0