diff --git a/CHANGELOG.md b/CHANGELOG.md index c296e4392..9fc3f45c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.3.0](https://github.com/zip-rs/zip2/compare/v2.2.3...v2.3.0) - 2025-03-16 + +### 🚀 Features + +- Add support for NTFS extra field ([#279](https://github.com/zip-rs/zip2/pull/279)) + +### 🐛 Bug Fixes + +- *(test)* Conditionalize a zip64 doctest ([#308](https://github.com/zip-rs/zip2/pull/308)) +- fix failing tests, remove symlink loop check +- Canonicalize output path to avoid false negatives +- Symlink handling in stream extraction +- Canonicalize output paths and symlink targets, and ensure they descend from the destination + +### ⚙️ Miscellaneous Tasks + +- Fix clippy and cargo fmt warnings ([#310](https://github.com/zip-rs/zip2/pull/310)) + ## [2.2.3](https://github.com/zip-rs/zip2/compare/v2.2.2...v2.2.3) - 2025-02-26 ### 🚜 Refactor diff --git a/Cargo.toml b/Cargo.toml index 95977e526..78285bb9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "2.2.3" +version = "2.3.0" authors = [ "Mathijs van de Nes ", "Marli Frost ",