Merge pull request #154 from zip-rs/release-plz-2024-05-25T05-11-15Z
chore: release v2.1.0
This commit is contained in:
commit
6d4e460556
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.1.0](https://github.com/zip-rs/zip2/compare/v2.0.0...v2.1.0) - 2024-05-25
|
||||||
|
|
||||||
|
### <!-- 0 -->🚀 Features
|
||||||
|
- Support mutual conversion between `DateTime` and MS-DOS pair
|
||||||
|
|
||||||
|
### <!-- 1 -->🐛 Bug Fixes
|
||||||
|
- version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that ([#100](https://github.com/zip-rs/zip2/pull/100))
|
||||||
|
- version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that ([#100](https://github.com/zip-rs/zip2/pull/100))
|
||||||
|
|
||||||
|
### <!-- 7 -->⚙️ Miscellaneous Tasks
|
||||||
|
- Another tweak to ensure `version_needed` is applied
|
||||||
|
- Tweaks to make `version_needed` and `version_made_by` work with recently-merged changes
|
||||||
|
|
||||||
## [2.0.0](https://github.com/zip-rs/zip2/compare/v1.3.1...v2.0.0) - 2024-05-24
|
## [2.0.0](https://github.com/zip-rs/zip2/compare/v1.3.1...v2.0.0) - 2024-05-24
|
||||||
|
|
||||||
### <!-- 0 -->🚀 Features
|
### <!-- 0 -->🚀 Features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zip"
|
name = "zip"
|
||||||
version = "2.0.0"
|
version = "2.1.0"
|
||||||
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