Skip to content

Commit 4078cc1

Browse files
authored
chore: release v9.0.0-pre2.1
1 parent 5c5a63c commit 4078cc1

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zip"
3-
version = "9.0.0-pre2"
3+
version = "9.0.0-pre2.1"
44
authors = [
55
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
66
"Marli Frost <marli@frost.red>",

0 commit comments

Comments
Β (0)