Skip to content

Commit a1c34e6

Browse files
committed
3.0.2
1 parent 4995d3b commit a1c34e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Changed
1010
### Fixed
1111

12+
## [3.0.2]
13+
### Fixed
14+
- 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
15+
1216
## [3.0.1]
1317
### Fixed
1418
- Urgent fix for "Comparison method violates its general contract!" on Report entries sorting
@@ -505,7 +509,8 @@ dir but one is not present (should be green)
505509
Initial release
506510

507511

508-
[Unreleased]: https://github.com/optyfr/JRomManager/compare/3.0.1...HEAD
512+
[Unreleased]: https://github.com/optyfr/JRomManager/compare/3.0.2...HEAD
513+
[3.0.2]: https://github.com/optyfr/JRomManager/compare/3.0.1...3.0.2
509514
[3.0.1]: https://github.com/optyfr/JRomManager/compare/3.0.0...3.0.1
510515
[3.0.0]: https://github.com/optyfr/JRomManager/compare/3.0.0-beta.20...3.0.0
511516
[3.0.0-beta.20]: https://github.com/optyfr/JRomManager/compare/3.0.0-beta.19...3.0.0-beta.20

changelogs/3.0.2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Fixed
2+
- 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 commit comments

Comments
 (0)