Skip to content

Commit 2c03abc

Browse files
authored
chore: release v2.2.1 (#264)
1 parent 591ce5d commit 2c03abc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.2.1](https://github.com/zip-rs/zip2/compare/v2.2.0...v2.2.1) - 2024-11-20
4+
5+
### <!-- 1 -->🐛 Bug Fixes
6+
7+
- remove executable bit ([#238](https://github.com/zip-rs/zip2/pull/238))
8+
- *(lzma)* fixed panic in case of invalid lzma stream ([#259](https://github.com/zip-rs/zip2/pull/259))
9+
- resolve new clippy warnings on nightly ([#262](https://github.com/zip-rs/zip2/pull/262))
10+
- resolve clippy warning in nightly ([#252](https://github.com/zip-rs/zip2/pull/252))
11+
12+
### <!-- 4 -->⚡ Performance
13+
14+
- Faster cde rejection ([#255](https://github.com/zip-rs/zip2/pull/255))
15+
316
## [2.2.0](https://github.com/zip-rs/zip2/compare/v2.1.6...v2.2.0) - 2024-08-11
417

518
### <!-- 0 -->🚀 Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zip"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = [
55
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
66
"Marli Frost <marli@frost.red>",

0 commit comments

Comments
 (0)