diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f83bf93..59a40d4ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.0.0](https://github.com/zip-rs/zip2/compare/v2.6.1...v3.0.0) - 2025-05-14 + +### 🐛 Bug Fixes + +- return correct offset in SeekableTake::seek ([#342](https://github.com/zip-rs/zip2/pull/342)) +- When only zopfli is available, decompression of deflate should not be possible ([#348](https://github.com/zip-rs/zip2/pull/348)) +- Specify `flate2` dependency of the `deflate-flate2` feature. ([#345](https://github.com/zip-rs/zip2/pull/345)) + +### ⚙️ Miscellaneous Tasks + +- drop unused crossbeam-utils dependency ([#339](https://github.com/zip-rs/zip2/pull/339)) +- fix typo +- remove `deflate-flate2` dependency on specific backend +- [**breaking**] Drop deprecated `deflate-miniz` feature flag ([#351](https://github.com/zip-rs/zip2/pull/351)) + ## [2.6.1](https://github.com/zip-rs/zip2/compare/v2.6.0...v2.6.1) - 2025-04-03 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 5f860f3cf..20ecb8e12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "2.6.1" +version = "3.0.0" authors = [ "Mathijs van de Nes ", "Marli Frost ",