Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.2.0](https://github.com/zip-rs/zip2/compare/v8.1.0...v8.2.0) - 2026-03-02

### <!-- 0 -->πŸš€ Features

- allow custom salt ([#680](https://github.com/zip-rs/zip2/pull/680))
- 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))
- enforce clippy in CI ([#674](https://github.com/zip-rs/zip2/pull/674))

### <!-- 1 -->πŸ› Bug Fixes

- zip64 central header (issue 617) ([#629](https://github.com/zip-rs/zip2/pull/629))
- allow aes password as bytes ([#686](https://github.com/zip-rs/zip2/pull/686))
- handle extra field padding ([#682](https://github.com/zip-rs/zip2/pull/682))

### <!-- 2 -->🚜 Refactor

- Simplify 2 type conversions in src/write.rs ([#687](https://github.com/zip-rs/zip2/pull/687))

### <!-- 4 -->⚑ Performance

- AI tweaks for string type conversions in src/types.rs ([#670](https://github.com/zip-rs/zip2/pull/670))

## [8.1.0](https://github.com/zip-rs/zip2/compare/v8.0.0...v8.1.0) - 2026-02-16

### <!-- 0 -->πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zip"
version = "8.1.0"
version = "8.2.0"
authors = [
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
"Marli Frost <marli@frost.red>",
Expand Down