Skip to content

Commit 46dc29c

Browse files
authored
chore: release v7.2.0 (#526)
1 parent 8a586c6 commit 46dc29c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.2.0](https://github.com/zip-rs/zip2/compare/v7.1.0...v7.2.0) - 2026-01-20
11+
12+
### <!-- 0 -->🚀 Features
13+
14+
- add read_zipfile_from_stream_with_compressed_size ([#70](https://github.com/zip-rs/zip2/pull/70))
15+
- Allow choosing bzip2 rust backend ([#329](https://github.com/zip-rs/zip2/pull/329))
16+
17+
### <!-- 1 -->🐛 Bug Fixes
18+
19+
- Need to include zip64 extra field in central directory (fix #353) ([#360](https://github.com/zip-rs/zip2/pull/360))
20+
- Fails to extract file which might or might not be malformed ([#376](https://github.com/zip-rs/zip2/pull/376)) ([#426](https://github.com/zip-rs/zip2/pull/426))
21+
- *(aes)* Allow AES encryption while streaming ([#463](https://github.com/zip-rs/zip2/pull/463))
22+
- Default "platform" field in zip files should be set to the local platform, rather than always "Unix" ([#470](https://github.com/zip-rs/zip2/pull/470)) ([#471](https://github.com/zip-rs/zip2/pull/471))
23+
24+
### <!-- 2 -->🚜 Refactor
25+
26+
- Define cfg_if! and cfg_if_expr! internal macros ([#438](https://github.com/zip-rs/zip2/pull/438))
27+
28+
### <!-- 4 -->⚡ Performance
29+
30+
- Change an assert to debug_assert when encrypting/decrypting AES, and eliminate a fallible operation ([#521](https://github.com/zip-rs/zip2/pull/521))
31+
- eliminate a String clone per new file added to archive, and other related refactors ([#522](https://github.com/zip-rs/zip2/pull/522))
32+
33+
### <!-- 7 -->⚙️ Miscellaneous Tasks
34+
35+
- Fix another merge error, this one affecting only builds with flate2 and not zopfli
36+
- Fix more merge issues
37+
- Fix merge
38+
- Fix write_dir build errors on specific feature configs
39+
- Fix clippy warning
40+
- Fix --all-features build error
41+
- Fix merge
42+
1043
## [7.1.0](https://github.com/zip-rs/zip2/compare/v7.0.0...v7.1.0) - 2026-01-14
1144

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zip"
3-
version = "7.1.0"
3+
version = "7.2.0"
44
authors = [
55
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
66
"Marli Frost <marli@frost.red>",

0 commit comments

Comments
 (0)