From e5607ac276dc57657dce840635d5c56a0bd6c673 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 23 May 2024 18:22:52 -0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 513fe476a..2c3d09bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0](https://github.com/zip-rs/zip2/compare/v1.3.1...v2.0.0) - 2024-05-24 + +### 🚀 Features +- Add `fmt::Display` for `DateTime` +- Implement more traits for `DateTime` + +### 🚜 Refactor +- Change type of `last_modified_time` to `Option` +- [**breaking**] Rename `from_msdos` to `from_msdos_unchecked`, make it unsafe, and add `try_from_msdos` ([#145](https://github.com/zip-rs/zip2/pull/145)) + +### ⚙️ Miscellaneous Tasks +- Continue to accept archives with invalid DateTime, and use `now_utc()` as default only when writing, not reading + ## [1.3.1](https://github.com/zip-rs/zip2/compare/v1.3.0...v1.3.1) - 2024-05-21 ### 🚜 Refactor diff --git a/Cargo.toml b/Cargo.toml index 7476d9b96..c7230454c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "1.3.1" +version = "2.0.0" authors = [ "Mathijs van de Nes ", "Marli Frost ",