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,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 8.1.0] ( https://github.com/zip-rs/zip2/compare/v8.0.0...v8.1.0 ) - 2026-02-16
11+
12+ ### <!-- 0 --> 🚀 Features
13+
14+ - * (writer)* Allow getting underlying writer of ZipWriter ([ #464 ] ( https://github.com/zip-rs/zip2/pull/464 ) )
15+ - add system to FileOption, so byte-for-byte identical archives can be created across platforms ([ #660 ] ( https://github.com/zip-rs/zip2/pull/660 ) )
16+
17+ ### <!-- 1 --> 🐛 Bug Fixes
18+
19+ - Bugs in extra-data length calculation in src/write.rs ([ #662 ] ( https://github.com/zip-rs/zip2/pull/662 ) )
20+
1021## [ 8.0.0] ( https://github.com/zip-rs/zip2/compare/v7.4.0...v8.0.0 ) - 2026-02-14
1122
1223### <!-- 0 --> 🚀 Features
Original file line number Diff line number Diff line change 11[package ]
22name = " zip"
3- version = " 8.0 .0"
3+ version = " 8.1 .0"
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