From 972d6be583db5ad670abe4f2474dc23245260baa Mon Sep 17 00:00:00 2001 From: Chris <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 9 May 2024 05:28:19 +0000 Subject: [PATCH] chore: release Signed-off-by: Chris <4961925+Pr0methean@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f216791..f157075f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.2](https://github.com/zip-rs/zip2/compare/v1.2.1...v1.2.2) - 2024-05-09 + +### 🐛 Bug Fixes +- Failed to clear "writing_raw" before finishing a symlink, leading to dropped extra fields + +### ⚡ Performance +- Use boxed slice for archive comment, since it can't be concatenated +- Optimize for the fact that false signatures can't overlap with real ones + ## [1.2.1](https://github.com/zip-rs/zip2/compare/v1.2.0...v1.2.1) - 2024-05-06 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 95d0e22a6..2b1efcee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "1.2.1" +version = "1.2.2" authors = [ "Mathijs van de Nes ", "Marli Frost ",