From 78aca55db55858ddfc008447fad92f2f23a7abb8 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Fri, 24 May 2024 22:11:17 -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 2c3d09bf..6287664e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/zip-rs/zip2/compare/v2.0.0...v2.1.0) - 2024-05-25 + +### 🚀 Features +- Support mutual conversion between `DateTime` and MS-DOS pair + +### 🐛 Bug Fixes +- version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that ([#100](https://github.com/zip-rs/zip2/pull/100)) +- version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that ([#100](https://github.com/zip-rs/zip2/pull/100)) + +### ⚙️ Miscellaneous Tasks +- Another tweak to ensure `version_needed` is applied +- Tweaks to make `version_needed` and `version_made_by` work with recently-merged changes + ## [2.0.0](https://github.com/zip-rs/zip2/compare/v1.3.1...v2.0.0) - 2024-05-24 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 80b23143..21a58384 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "2.0.0" +version = "2.1.0" authors = [ "Mathijs van de Nes ", "Marli Frost ",