diff --git a/CHANGELOG.md b/CHANGELOG.md index 6287664e..dafd74ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.1.1](https://github.com/zip-rs/zip2/compare/v2.1.0...v2.1.1) - 2024-05-28 + +### 🐛 Bug Fixes +- Derive `Debug` for `ZipWriter` +- lower default version to 4.5 and use the version-needed-to-extract where feasible. + +### 🚜 Refactor +- use a MIN_VERSION constant + +### ⚙️ Miscellaneous Tasks +- Bug fixes for debug implementation +- Bug fixes for debug implementation +- Update unit tests +- Remove unused import + ## [2.1.0](https://github.com/zip-rs/zip2/compare/v2.0.0...v2.1.0) - 2024-05-25 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 21a58384..9fc6571b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "2.1.0" +version = "2.1.1" authors = [ "Mathijs van de Nes ", "Marli Frost ",