We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18792c2 commit 016d421Copy full SHA for 016d421
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
+## [7.4.0](https://github.com/zip-rs/zip2/compare/v7.3.0...v7.4.0) - 2026-02-05
11
+
12
+### <!-- 0 -->🚀 Features
13
14
+- Increase MSRV to 1.88 and update dependencies ([#626](https://github.com/zip-rs/zip2/pull/626))
15
16
## [7.3.0](https://github.com/zip-rs/zip2/compare/v7.3.0-pre1...v7.3.0) - 2026-02-04
17
18
### <!-- 0 -->🚀 Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "zip"
3
-version = "7.3.0"
+version = "7.4.0"
4
authors = [
5
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
6
"Marli Frost <marli@frost.red>",
0 commit comments