Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
optyfr committed Apr 1, 2024
1 parent 4995d3b commit a1c34e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Fixed

## [3.0.2]
### Fixed
- zip4j's rename is malfunctioning (it renames too much), switched back to jdk's ZipFileSystem for this operation while waiting our submitted PR to be merged and a new zip4j version released

## [3.0.1]
### Fixed
- Urgent fix for "Comparison method violates its general contract!" on Report entries sorting
Expand Down Expand Up @@ -505,7 +509,8 @@ dir but one is not present (should be green)
Initial release


[Unreleased]: https://github.com/optyfr/JRomManager/compare/3.0.1...HEAD
[Unreleased]: https://github.com/optyfr/JRomManager/compare/3.0.2...HEAD
[3.0.2]: https://github.com/optyfr/JRomManager/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/optyfr/JRomManager/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/optyfr/JRomManager/compare/3.0.0-beta.20...3.0.0
[3.0.0-beta.20]: https://github.com/optyfr/JRomManager/compare/3.0.0-beta.19...3.0.0-beta.20
Expand Down
2 changes: 2 additions & 0 deletions changelogs/3.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Fixed
- zip4j's rename is malfunctioning (it renames too much), switched back to jdk's ZipFileSystem for this operation while waiting our submitted PR to be merged and a new zip4j version released

0 comments on commit a1c34e6

Please sign in to comment.