chore: release (#222)
This commit is contained in:
parent
a7c1230dfa
commit
8fb107ad5e
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## [2.1.5](https://github.com/zip-rs/zip2/compare/v2.1.4...v2.1.5) - 2024-07-20
|
||||
|
||||
### <!-- 2 -->🚜 Refactor
|
||||
- change invalid_state() return type to io::Result<T>
|
||||
|
||||
## [2.1.4](https://github.com/zip-rs/zip2/compare/v2.1.3...v2.1.4) - 2024-07-18
|
||||
|
||||
### <!-- 1 -->🐛 Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zip"
|
||||
version = "2.1.4"
|
||||
version = "2.1.5"
|
||||
authors = [
|
||||
"Mathijs van de Nes <git@mathijs.vd-nes.nl>",
|
||||
"Marli Frost <marli@frost.red>",
|
||||
|
|
Loading…
Add table
Reference in a new issue