We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fc904 commit 5c0a0a2Copy full SHA for 5c0a0a2
2 files changed
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [8.5.1](https://github.com/zip-rs/zip2/compare/v8.5.0...v8.5.1) - 2026-04-06
11
+
12
+### <!-- 2 -->🚜 Refactor
13
14
+- change magic finder to stack buffer ([#763](https://github.com/zip-rs/zip2/pull/763))
15
+- simplify extra field parsing ([#764](https://github.com/zip-rs/zip2/pull/764))
16
17
## [8.5.0](https://github.com/zip-rs/zip2/compare/v8.4.0...v8.5.0) - 2026-04-01
18
19
### <!-- 1 -->🐛 Bug Fixes
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "zip"
3
-version = "8.5.0"
+version = "8.5.1"
4
authors = [
5
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
6
"Marli Frost <marli@frost.red>",
0 commit comments