chore: release
Signed-off-by: Chris <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
769fff2035
commit
972d6be583
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Add table
Reference in a new issue