From 9b0e371c73391b2cc70a0b518b07b2f8ab9e3ec0 Mon Sep 17 00:00:00 2001 From: Chris <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:02:58 +0000 Subject: [PATCH] chore: release Signed-off-by: Chris <4961925+Pr0methean@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee4b734c..d31bf8724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.0](https://github.com/Pr0methean/zip/compare/v1.1.1...v2.0.0) - 2024-04-25 + +### 🐛 Bug Fixes +- Alignment was previously handled incorrectly ([#33](https://github.com/Pr0methean/zip/pull/33)) + +### 🚜 Refactor +- [**breaking**] remove `deflate-miniz` feature since it's now equivalent to `deflate` ([#35](https://github.com/Pr0methean/zip/pull/35)) + ## [1.1.1] ### Added diff --git a/Cargo.toml b/Cargo.toml index b2cb4efb8..33a274e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "1.1.1" +version = "2.0.0" authors = [ "Mathijs van de Nes ", "Marli Frost ",