chore: release

Signed-off-by: Chris <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
Chris 2024-05-06 08:20:05 +00:00
parent d629b364e8
commit 3fe87e998e
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# Changelog # Changelog
## [1.2.0](https://github.com/zip-rs/zip2/compare/v1.1.4...v1.2.0) - 2024-05-06
### <!-- 0 -->🚀 Features
- Add method `decompressed_size()` so non-recursive ZIP bombs can be detected
### <!-- 2 -->🚜 Refactor
- Make `ZipWriter::finish()` consume the `ZipWriter`
### <!-- 7 -->⚙️ Miscellaneous Tasks
- Use panic! rather than abort to ensure the fuzz harness can process the failure
- Update fuzz_write to use replace_with
- Remove a drop that can no longer be explicit
- Add `#![allow(unexpected_cfgs)]` in nightly
## [1.1.4](https://github.com/zip-rs/zip2/compare/v1.1.3...v1.1.4) - 2024-05-04 ## [1.1.4](https://github.com/zip-rs/zip2/compare/v1.1.3...v1.1.4) - 2024-05-04
### <!-- 1 -->🐛 Bug Fixes ### <!-- 1 -->🐛 Bug Fixes

View file

@ -1,6 +1,6 @@
[package] [package]
name = "zip" name = "zip"
version = "1.1.4" version = "1.2.0"
authors = [ authors = [
"Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Mathijs van de Nes <git@mathijs.vd-nes.nl>",
"Marli Frost <marli@frost.red>", "Marli Frost <marli@frost.red>",