From fad120a068ebec04a28f1f55354bab48b98e60a3 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:47:08 -0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961fdf14..865943d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.1.3](https://github.com/zip-rs/zip2/compare/v1.1.2...v1.1.3) - 2024-04-30 + +### 🐛 Bug Fixes +- Rare bug where find_and_parse would give up prematurely on detecting a false end-of-CDR header + ## [1.1.2](https://github.com/Pr0methean/zip/compare/v1.1.1...v1.1.2) - 2024-04-28 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index b1085f29..d0164f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "1.1.2" +version = "1.1.3" authors = [ "Mathijs van de Nes ", "Marli Frost ",