From e074e09b83df2406ebc904200c1a4dc94345d7db Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:13:35 -0800 Subject: [PATCH] chore: release v2.2.2 (#270) --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9c5b18..d80a42eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.2.2](https://github.com/zip-rs/zip2/compare/v2.2.1...v2.2.2) - 2024-12-16 + +### 🐛 Bug Fixes + +- rewrite the EOCD/EOCD64 detection to fix extreme performance regression (#247) + ## [2.2.1](https://github.com/zip-rs/zip2/compare/v2.2.0...v2.2.1) - 2024-11-20 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 11c9f18b..173f0a23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "2.2.1" +version = "2.2.2" authors = [ "Mathijs van de Nes ", "Marli Frost ",