From 2b427df55f83c9d0c0e447457061c2aeffb06860 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sun, 15 Dec 2024 20:45:21 -0800 Subject: [PATCH] chore: release v2.2.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9c5b180..d80a42eb9 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 11c9f18be..173f0a231 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 ",