From 1f47247df728d0b134c89fd3ab99adac09beac6e Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:04:59 -0700 Subject: [PATCH 1/2] chore: release v9.0.0-pre2.1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ddbab7c..64ebb00dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ 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-08-10 + +### 🚀 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)) + +### 🐛 Bug Fixes + +- rewrite extra fields ([#879](https://github.com/zip-rs/zip2/pull/879)) +- 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)) + +### 🚜 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)) + +### ⚙️ 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 ### 🚜 Refactor diff --git a/Cargo.toml b/Cargo.toml index 1805c211a..3b7b72db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "9.0.0-pre2" +version = "9.0.0-pre2.1" authors = [ "Mathijs van de Nes ", "Marli Frost ", From b05ab33ca15df33b75e93904ff43f061023024e4 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:14:09 -0700 Subject: [PATCH 2/2] Change version to 9.0.0-pre3 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ebb00dc..4e6507661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ 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-08-10 +## [9.0.0-pre3](https://github.com/zip-rs/zip2/compare/v9.0.0-pre2...v9.0.0-pre3) - 2026-08-10 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 3b7b72db4..ce404c572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "9.0.0-pre2.1" +version = "9.0.0-pre3" authors = [ "Mathijs van de Nes ", "Marli Frost ",