File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 9.0.0-pre2.1] ( https://github.com/zip-rs/zip2/compare/v9.0.0-pre2...v9.0.0-pre2.1 ) - 2026-07-11
11+
12+ ### <!-- 0 --> π Features
13+
14+ - add example for memory allocation ([ #881 ] ( https://github.com/zip-rs/zip2/pull/881 ) )
15+ - add method to README ([ #857 ] ( https://github.com/zip-rs/zip2/pull/857 ) )
16+
17+ ### <!-- 1 --> π Bug Fixes
18+
19+ - zip64 creation of exactly 4GB without large file should crash ([ #839 ] ( https://github.com/zip-rs/zip2/pull/839 ) )
20+ - remove seek call and inline ([ #858 ] ( https://github.com/zip-rs/zip2/pull/858 ) )
21+ - change directory attributes detection and set ` external attributes ` ([ #851 ] ( https://github.com/zip-rs/zip2/pull/851 ) )
22+ - ignore zip info extra field on failure ([ #868 ] ( https://github.com/zip-rs/zip2/pull/868 ) )
23+
24+ ### <!-- 2 --> π Refactor
25+
26+ - change extra_data to extra_fields ([ #833 ] ( https://github.com/zip-rs/zip2/pull/833 ) )
27+ - change zip64 parsing ([ #834 ] ( https://github.com/zip-rs/zip2/pull/834 ) )
28+
1029## [ 9.0.0-pre2] ( https://github.com/zip-rs/zip2/compare/v9.0.0-pre1...v9.0.0-pre1.1 ) - 2026-05-11
1130
1231### <!-- 2 --> π Refactor
Original file line number Diff line number Diff line change 11[package ]
22name = " zip"
3- version = " 9.0.0-pre2"
3+ version = " 9.0.0-pre2.1 "
44authors = [
55 " Mathijs van de Nes <git@mathijs.vd-nes.nl>" ,
66 " Marli Frost <marli@frost.red>" ,
You canβt perform that action at this time.
0 commit comments