From 3d7852a337c3f0359612d04c7751c70a0ef12c9e Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Fri, 10 May 2024 16:54:43 -0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f157075f8..64d914b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.3](https://github.com/zip-rs/zip2/compare/v1.2.2...v1.2.3) - 2024-05-10 + +### 🐛 Bug Fixes +- Remove a window when an extracted directory might be unexpectedly listable and/or `cd`able by non-owners +- Extract directory contents on Unix even if the directory doesn't have write permission (https://github.com/zip-rs/zip-old/issues/423) + +### ⚙️ Miscellaneous Tasks +- More conditionally-unused imports + ## [1.2.2](https://github.com/zip-rs/zip2/compare/v1.2.1...v1.2.2) - 2024-05-09 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 51f0122b5..baca4f853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "1.2.2" +version = "1.2.3" authors = [ "Mathijs van de Nes ", "Marli Frost ",