Merge pull request #140 from zip-rs/release-plz-2024-05-21T19-09-46Z
chore: release v1.3.1
This commit is contained in:
commit
6c60c67d92
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.3.1](https://github.com/zip-rs/zip2/compare/v1.3.0...v1.3.1) - 2024-05-21
|
||||||
|
|
||||||
|
### <!-- 2 -->🚜 Refactor
|
||||||
|
- Make `deflate` enable both default implementations
|
||||||
|
- Merge the hidden deflate-flate2 flag into the public one
|
||||||
|
- Rename _deflate-non-zopfli to _deflate-flate2
|
||||||
|
- Reject encrypted and using_data_descriptor files slightly faster in read_zipfile_from_stream
|
||||||
|
- Convert `impl TryInto<NaiveDateTime> for DateTime` to `impl TryFrom<DateTime> for NaiveDateTime` ([#136](https://github.com/zip-rs/zip2/pull/136))
|
||||||
|
|
||||||
|
### <!-- 4 -->⚡ Performance
|
||||||
|
- Change default compression implementation to `flate2/zlib-ng`
|
||||||
|
|
||||||
|
### <!-- 7 -->⚙️ Miscellaneous Tasks
|
||||||
|
- chore([#132](https://github.com/zip-rs/zip2/pull/132)): Attribution for some copied test data
|
||||||
|
- chore([#133](https://github.com/zip-rs/zip2/pull/133)): chmod -x src/result.rs
|
||||||
|
|
||||||
## [1.3.0](https://github.com/zip-rs/zip2/compare/v1.2.3...v1.3.0) - 2024-05-17
|
## [1.3.0](https://github.com/zip-rs/zip2/compare/v1.2.3...v1.3.0) - 2024-05-17
|
||||||
|
|
||||||
### <!-- 0 -->🚀 Features
|
### <!-- 0 -->🚀 Features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zip"
|
name = "zip"
|
||||||
version = "1.3.0"
|
version = "1.3.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>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue