Merge pull request #104 from zip-rs/release-plz-2024-05-08T04-49-16Z

chore: release v1.2.2
This commit is contained in:
Chris Hennick 2024-05-09 11:05:52 -07:00 committed by GitHub
commit af776797f0
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## [1.2.2](https://github.com/zip-rs/zip2/compare/v1.2.1...v1.2.2) - 2024-05-09
### <!-- 1 -->🐛 Bug Fixes
- Failed to clear "writing_raw" before finishing a symlink, leading to dropped extra fields
### <!-- 4 -->⚡ Performance
- Use boxed slice for archive comment, since it can't be concatenated
- Optimize for the fact that false signatures can't overlap with real ones
## [1.2.1](https://github.com/zip-rs/zip2/compare/v1.2.0...v1.2.1) - 2024-05-06
### <!-- 1 -->🐛 Bug Fixes

View file

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