chore: release

This commit is contained in:
Chris Hennick 2024-05-27 19:09:03 -07:00 committed by GitHub
parent 178a235921
commit 08d073edaf
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,20 @@
# Changelog
## [2.1.1](https://github.com/zip-rs/zip2/compare/v2.1.0...v2.1.1) - 2024-05-28
### <!-- 1 -->🐛 Bug Fixes
- Derive `Debug` for `ZipWriter`
- lower default version to 4.5 and use the version-needed-to-extract where feasible.
### <!-- 2 -->🚜 Refactor
- use a MIN_VERSION constant
### <!-- 7 -->⚙️ Miscellaneous Tasks
- Bug fixes for debug implementation
- Bug fixes for debug implementation
- Update unit tests
- Remove unused import
## [2.1.0](https://github.com/zip-rs/zip2/compare/v2.0.0...v2.1.0) - 2024-05-25
### <!-- 0 -->🚀 Features

View file

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