Skip to content

Commit 54c634b

Browse files
authored
chore: release v4.6.0 (#403)
1 parent 5373800 commit 54c634b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.6.0](https://github.com/zip-rs/zip2/compare/v4.5.0...v4.6.0) - 2025-08-30
11+
12+
### <!-- 0 -->🚀 Features
13+
14+
- Allow to read zip files with unsupported extended timestamps ([#400](https://github.com/zip-rs/zip2/pull/400))
15+
16+
### <!-- 1 -->🐛 Bug Fixes
17+
18+
- enable clamp_opt for ppmd and xz ([#401](https://github.com/zip-rs/zip2/pull/401))
19+
1020
## [4.5.0](https://github.com/zip-rs/zip2/compare/v4.4.0...v4.5.0) - 2025-08-21
1121

1222
### <!-- 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 = "4.5.0"
3+
version = "4.6.0"
44
authors = [
55
"Mathijs van de Nes <[email protected]>",
66
"Marli Frost <[email protected]>",

0 commit comments

Comments
 (0)