From 72fc556785819d5c3eb89ce91647a6aff9a1b67c Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:04:10 -0800 Subject: [PATCH] chore: release v2.2.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1b70893..e4b81202b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.2.1](https://github.com/zip-rs/zip2/compare/v2.2.0...v2.2.1) - 2024-11-19 + +### 🐛 Bug Fixes + +- resolve new clippy warnings on nightly ([#262](https://github.com/zip-rs/zip2/pull/262)) +- resolve clippy warning in nightly ([#252](https://github.com/zip-rs/zip2/pull/252)) + +### ⚡ Performance + +- Faster cde rejection ([#255](https://github.com/zip-rs/zip2/pull/255)) + ## [2.2.0](https://github.com/zip-rs/zip2/compare/v2.1.6...v2.2.0) - 2024-08-11 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index c0ff120b5..059b557e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "2.2.0" +version = "2.2.1" authors = [ "Mathijs van de Nes ", "Marli Frost ",