Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.0-pre2.1](https://github.com/zip-rs/zip2/compare/v9.0.0-pre2...v9.0.0-pre2.1) - 2026-07-30

### <!-- 0 -->πŸš€ Features

- add example for memory allocation ([#881](https://github.com/zip-rs/zip2/pull/881))
- add method to README ([#857](https://github.com/zip-rs/zip2/pull/857))

### <!-- 1 -->πŸ› Bug Fixes

- zip64 creation of exactly 4GB without large file should crash ([#839](https://github.com/zip-rs/zip2/pull/839))
- remove seek call and inline ([#858](https://github.com/zip-rs/zip2/pull/858))
- change directory attributes detection and set `external attributes` ([#851](https://github.com/zip-rs/zip2/pull/851))
- ignore zip info extra field on failure ([#868](https://github.com/zip-rs/zip2/pull/868))

### <!-- 2 -->🚜 Refactor

- change extra_data to extra_fields ([#833](https://github.com/zip-rs/zip2/pull/833))
- change zip64 parsing ([#834](https://github.com/zip-rs/zip2/pull/834))

### <!-- 7 -->βš™οΈ Miscellaneous Tasks

- tag PRs with size labels ([#882](https://github.com/zip-rs/zip2/pull/882))

## [9.0.0-pre2](https://github.com/zip-rs/zip2/compare/v9.0.0-pre1...v9.0.0-pre1.1) - 2026-05-11

### <!-- 2 -->🚜 Refactor
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zip"
version = "9.0.0-pre2"
version = "9.0.0-pre2.1"
authors = [
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
"Marli Frost <marli@frost.red>",
Expand Down