Skip to content

Commit cb07622

Browse files
authored
chore: release
1 parent 5c77e93 commit cb07622

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.1.3](https://github.com/zip-rs/zip2/compare/v2.1.2...v2.1.3) - 2024-06-04
4+
5+
### <!-- 1 -->🐛 Bug Fixes
6+
- Some date/time filters were previously unreliable (i.e. later-pass filters had no earliest-pass or latest-fail, and vice-versa)
7+
- Decode Zip-Info UTF8 name and comment fields ([#159](https://github.com/zip-rs/zip2/pull/159))
8+
9+
### <!-- 2 -->🚜 Refactor
10+
- Return extended timestamp fields copied rather than borrowed ([#183](https://github.com/zip-rs/zip2/pull/183))
11+
12+
### <!-- 7 -->⚙️ Miscellaneous Tasks
13+
- Fix a new Clippy warning
14+
- Fix a bug and inline `deserialize` for safety
15+
- Add check for wrong-length blocks, and incorporate fixed-size requirement into the trait name
16+
- Fix a fuzz failure by using checked_sub
17+
- Add feature gate for new unit test
18+
319
## [2.1.1](https://github.com/zip-rs/zip2/compare/v2.1.0...v2.1.1) - 2024-05-28
420

521
### <!-- 1 -->🐛 Bug Fixes

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

0 commit comments

Comments
 (0)