File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.3.0] ( https://github.com/zip-rs/zip2/compare/v2.2.3...v2.3.0 ) - 2025-03-16
4+
5+ ### <!-- 0 --> 🚀 Features
6+
7+ - Add support for NTFS extra field ([ #279 ] ( https://github.com/zip-rs/zip2/pull/279 ) )
8+
9+ ### <!-- 1 --> 🐛 Bug Fixes
10+
11+ - * (test)* Conditionalize a zip64 doctest ([ #308 ] ( https://github.com/zip-rs/zip2/pull/308 ) )
12+ - fix failing tests, remove symlink loop check
13+ - Canonicalize output path to avoid false negatives
14+ - Symlink handling in stream extraction
15+ - Canonicalize output paths and symlink targets, and ensure they descend from the destination
16+
17+ ### <!-- 7 --> ⚙️ Miscellaneous Tasks
18+
19+ - Fix clippy and cargo fmt warnings ([ #310 ] ( https://github.com/zip-rs/zip2/pull/310 ) )
20+
321## [ 2.2.3] ( https://github.com/zip-rs/zip2/compare/v2.2.2...v2.2.3 ) - 2025-02-26
422
523### <!-- 2 --> 🚜 Refactor
Original file line number Diff line number Diff line change 11[package ]
22name = " zip"
3- version = " 2.2.3 "
3+ version = " 2.3.0 "
44authors = [
55 " Mathijs van de Nes <[email protected] >" ,
66 " Marli Frost <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments