chore: release v2.2.1 (#264)

This commit is contained in:
Chris Hennick 2024-11-21 05:42:56 -08:00 committed by GitHub
parent 591ce5d044
commit 2c03abc965
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,18 @@
# Changelog # 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 ## [2.2.0](https://github.com/zip-rs/zip2/compare/v2.1.6...v2.2.0) - 2024-08-11
### <!-- 0 -->🚀 Features ### <!-- 0 -->🚀 Features

View file

@ -1,6 +1,6 @@
[package] [package]
name = "zip" name = "zip"
version = "2.2.0" version = "2.2.1"
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>",