Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 16, 2024
1 parent ee2d75d commit a9db28b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ The format is based on [Keep a Changelog].
### Removed

### Fixed
- Infinite loop with empty output buffer in `Deflate64Decoder` [`#30`](https://github.com/anatawa12/deflate64-rs/pull/30)

### Security

## [0.1.9] - 2024-07-16
### Fixed
- Infinite loop with empty output buffer in `Deflate64Decoder` [`#30`](https://github.com/anatawa12/deflate64-rs/pull/30)

## [0.1.8] - 2024-03-11
### Fixed
- Panic with Invalid Data [`#26`](https://github.com/anatawa12/deflate64-rs/pull/26) [`#24`](https://github.com/anatawa12/deflate64-rs/pull/24)
Expand Down Expand Up @@ -67,7 +70,8 @@ The format is based on [Keep a Changelog].
### Added
- Initial Deflate64 implementation

[Unreleased]: https://github.com/anatawa12/deflate64-rs/compare/v0.1.8...HEAD
[Unreleased]: https://github.com/anatawa12/deflate64-rs/compare/v0.1.9...HEAD
[0.1.9]: https://github.com/anatawa12/deflate64-rs/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/anatawa12/deflate64-rs/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/anatawa12/deflate64-rs/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/anatawa12/deflate64-rs/compare/v0.1.5...v0.1.6
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 = "deflate64"
version = "0.1.9-SNAPSHOT"
version = "0.1.9"
edition = "2021"

license = "MIT"
Expand Down

0 comments on commit a9db28b

Please sign in to comment.