Skip to content

Commit

Permalink
Merge branch 'master' into missing_compressions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean authored Jul 27, 2024
2 parents 026cea4 + a29b860 commit 370ba5f
Show file tree
Hide file tree
Showing 12 changed files with 331 additions and 423 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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>",
Expand Down
Loading

0 comments on commit 370ba5f

Please sign in to comment.