We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a43436 commit 28a8387Copy full SHA for 28a8387
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [5.1.0](https://github.com/zip-rs/zip2/compare/v5.0.1...v5.1.0) - 2025-09-10
11
+
12
+### <!-- 0 -->🚀 Features
13
14
+- Add legacy shrink/reduce/implode compression ([#303](https://github.com/zip-rs/zip2/pull/303))
15
16
## [5.0.1](https://github.com/zip-rs/zip2/compare/v5.0.0...v5.0.1) - 2025-09-09
17
18
### <!-- 1 -->🐛 Bug Fixes
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "zip"
3
-version = "5.0.1"
+version = "5.1.0"
4
authors = [
5
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
6
"Marli Frost <marli@frost.red>",
0 commit comments