OSDN Git Service

Release v0.10.1
[dictzip-java/dictzip-java.git] / CHANGELOG.md
index debaa7d..2ec8513 100644 (file)
@@ -3,18 +3,70 @@ All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
 
+## [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
+- Fix POM package name and jar name
+
+## [0.9.2] - 2021-03-13
+
+### Changed
+- Change group ID to 'io.github.dictzip' 
+- Publish to Github packages and Azure artifactory
+- Github actions: publish and release to Github packages
+- Change gradle versioning plugin
+- Gradle: bump to gradle 6.8.3
+
+### Fixed
+- Fix project github url
+
+### Removed
+- Github actions: don't upload to bintray
+- good-bye to travis-ci
+
+## [0.9.1] - 2020-05-13
+
+### Fixed
+- Gradle: JavadocJar and SourcesJar generation configuration.
+- Github Actions: fix tag release script.
+
 ## [0.9.0] - 2020-05-12
 
 ### Added
 - Github Actions: Automate making release and upload artifacts.
-- Github Actions: upload bintray when tag release automatically.
+- Github Actions: Upload bintray when tag release automatically.
 
 ### Removed
 - Gradle: Key signing. Now release file are signed by could service.
 
 ### Changed
-- Gradle: Automatically detect version from git tag.
-- Gradle: Update Gradle version to 5.6.3
+- Gradle: Automatically detect version from git tag.
+- Gradle: Bump Gradle to 5.6.3
 - Gradle: Consolidate gradle build script.
 
 ## [0.8.2] - 2016-10-16
@@ -113,8 +165,13 @@ All notable changes to this project will be documented in this file.
 ### Added
 - Start project.
 
-[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.8.3...HEAD
-[0.8.3]: https://github.com/dictzip/dictzip-java/compare/v0.8.2...v0.8.3
+[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
 [0.8.2]: https://github.com/dictzip/dictzip-java/compare/v0.8.1...v0.8.2
 [0.8.1]: https://github.com/dictzip/dictzip-java/compare/v0.8.0...v0.8.1
 [0.8.0]: https://github.com/dictzip/dictzip-java/compare/v0.7.0...v0.8.0