Skip to content

Commit 77cde6a

Browse files
authored
chore: release v2.5.0 (#325)
1 parent 7613e6b commit 77cde6a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [2.5.0](https://github.com/zip-rs/zip2/compare/v2.4.2...v2.5.0) - 2025-03-23
4+
5+
### <!-- 0 -->🚀 Features
6+
7+
- Add support for `time::PrimitiveDateTime` ([#322](https://github.com/zip-rs/zip2/pull/322))
8+
- Add `jiff` integration ([#323](https://github.com/zip-rs/zip2/pull/323))
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
12+
- improve error message for duplicated file ([#277](https://github.com/zip-rs/zip2/pull/277))
13+
314
## [2.4.2](https://github.com/zip-rs/zip2/compare/v2.4.1...v2.4.2) - 2025-03-18
415

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

0 commit comments

Comments
 (0)