Skip to content

Commit 93ea679

Browse files
authored
chore: release v8.5.0 (#762)
1 parent fbd0d41 commit 93ea679

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.5.0](https://github.com/zip-rs/zip2/compare/v8.4.0...v8.5.0) - 2026-04-01
11+
12+
### <!-- 1 -->🐛 Bug Fixes
13+
14+
- remove `zip64 comment` and add `zip64 extensible data sector` ([#747](https://github.com/zip-rs/zip2/pull/747))
15+
16+
### <!-- 2 -->🚜 Refactor
17+
18+
- remove useless magic in struct ([#730](https://github.com/zip-rs/zip2/pull/730))
19+
- change extra_field from Arc<Vec<u8>> to Arc<[u8]> ([#741](https://github.com/zip-rs/zip2/pull/741))
20+
21+
### <!-- 7 -->⚙️ Miscellaneous Tasks
22+
23+
- cleanup README ([#758](https://github.com/zip-rs/zip2/pull/758))
24+
1025
## [8.4.0](https://github.com/zip-rs/zip2/compare/v8.3.1...v8.4.0) - 2026-03-23
1126

1227
### <!-- 0 -->🚀 Features

0 commit comments

Comments
 (0)