diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f21679..f157075f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.2](https://github.com/zip-rs/zip2/compare/v1.2.1...v1.2.2) - 2024-05-09 + +### 🐛 Bug Fixes +- Failed to clear "writing_raw" before finishing a symlink, leading to dropped extra fields + +### ⚡ Performance +- Use boxed slice for archive comment, since it can't be concatenated +- Optimize for the fact that false signatures can't overlap with real ones + ## [1.2.1](https://github.com/zip-rs/zip2/compare/v1.2.0...v1.2.1) - 2024-05-06 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 95d0e22a..2b1efcee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "1.2.1" +version = "1.2.2" authors = [ "Mathijs van de Nes ", "Marli Frost ",