chore: release
This commit is contained in:
parent
178a235921
commit
08d073edaf
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Add table
Reference in a new issue