Skip to content

Commit fd9f8cf

Browse files
authored
chore: release v8.2.0
1 parent ed11dfd commit fd9f8cf

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.2.0](https://github.com/zip-rs/zip2/compare/v8.1.0...v8.2.0) - 2026-02-22
11+
12+
### <!-- 0 -->🚀 Features
13+
14+
- Support compressing bzip2 when feature `bzip2-rs` is enabled, since `bzip2/bzip2-sys` now supports it ([#685](https://github.com/zip-rs/zip2/pull/685))
15+
- enforce clippy in CI ([#674](https://github.com/zip-rs/zip2/pull/674))
16+
17+
### <!-- 1 -->🐛 Bug Fixes
18+
19+
- allow aes password as bytes ([#686](https://github.com/zip-rs/zip2/pull/686))
20+
- handle extra field padding ([#682](https://github.com/zip-rs/zip2/pull/682))
21+
22+
### <!-- 4 -->⚡ Performance
23+
24+
- AI tweaks for string type conversions in src/types.rs ([#670](https://github.com/zip-rs/zip2/pull/670))
25+
1026
## [8.1.0](https://github.com/zip-rs/zip2/compare/v8.0.0...v8.1.0) - 2026-02-16
1127

1228
### <!-- 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 = "8.1.0"
3+
version = "8.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)