chore: release (#222)

This commit is contained in:
Chris Hennick 2024-07-20 09:31:46 -07:00 committed by GitHub
parent a7c1230dfa
commit 8fb107ad5e
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog # 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 ## [2.1.4](https://github.com/zip-rs/zip2/compare/v2.1.3...v2.1.4) - 2024-07-18
### <!-- 1 -->🐛 Bug Fixes ### <!-- 1 -->🐛 Bug Fixes

View file

@ -1,6 +1,6 @@
[package] [package]
name = "zip" name = "zip"
version = "2.1.4" version = "2.1.5"
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>",