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 1
1
# Changelog
2
2
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
+
3
21
## [ 2.2.3] ( https://github.com/zip-rs/zip2/compare/v2.2.2...v2.2.3 ) - 2025-02-26
4
22
5
23
### <!-- 2 --> 🚜 Refactor
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zip"
3
- version = " 2.2.3 "
3
+ version = " 2.3.0 "
4
4
authors = [
5
5
" Mathijs van de Nes <[email protected] >" ,
6
6
" Marli Frost <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments