From 08d073edaf48d12d2782095344624eb3684bf248 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Mon, 27 May 2024 19:09:03 -0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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 ",