From d7141074a8b12ebcc8a0dd429ffd52e3fd656802 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:17:07 -0700 Subject: [PATCH] chore: release v9.0.0-pre2.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ddbab7c..06ef8f3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +### 🚀 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 + +- 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 5facf59de..c334d384b 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 ",