Merge pull request #97 from zip-rs/release-plz-2024-05-06T01-31-43Z
chore: release v1.2.0
This commit is contained in:
commit
026b26bcdb
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue