OSDN Git Service

Update test case
[dictzip-java/dictzip-java.git] / CHANGELOG.md
index 32efcb3..fd0c5bd 100644 (file)
@@ -1,21 +1,48 @@
 # Change Log
 All notable changes to this project will be documented in this file.
-Version numbers are baaed on semantic versioning.
 
 ## [Unreleased]
 
-## [0.9.0-rc] - 2020-05-12
+## [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
@@ -114,8 +141,11 @@ Version numbers are baaed on semantic versioning.
 ### 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.9.5...HEAD
+[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