chore: release v2.2.1 (#264)
This commit is contained in:
parent
591ce5d044
commit
2c03abc965
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## [2.2.1](https://github.com/zip-rs/zip2/compare/v2.2.0...v2.2.1) - 2024-11-20
|
||||
|
||||
### <!-- 1 -->🐛 Bug Fixes
|
||||
|
||||
- remove executable bit ([#238](https://github.com/zip-rs/zip2/pull/238))
|
||||
- *(lzma)* fixed panic in case of invalid lzma stream ([#259](https://github.com/zip-rs/zip2/pull/259))
|
||||
- resolve new clippy warnings on nightly ([#262](https://github.com/zip-rs/zip2/pull/262))
|
||||
- resolve clippy warning in nightly ([#252](https://github.com/zip-rs/zip2/pull/252))
|
||||
|
||||
### <!-- 4 -->⚡ Performance
|
||||
|
||||
- Faster cde rejection ([#255](https://github.com/zip-rs/zip2/pull/255))
|
||||
|
||||
## [2.2.0](https://github.com/zip-rs/zip2/compare/v2.1.6...v2.2.0) - 2024-08-11
|
||||
|
||||
### <!-- 0 -->🚀 Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zip"
|
||||
version = "2.2.0"
|
||||
version = "2.2.1"
|
||||
authors = [
|
||||
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
|
||||
"Marli Frost <marli@frost.red>",
|
||||
|
|
Loading…
Add table
Reference in a new issue