We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7613e6b commit 77cde6aCopy full SHA for 77cde6a
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## [2.4.2](https://github.com/zip-rs/zip2/compare/v2.4.1...v2.4.2) - 2025-03-18
15
16
### <!-- 1 -->🐛 Bug Fixes
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zip"
-version = "2.4.2"
+version = "2.5.0"
authors = [
"Mathijs van de Nes <[email protected]>",
"Marli Frost <[email protected]>",
0 commit comments