Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 12, 2024
1 parent 9d9fe02 commit d04e80c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),

## Unreleased

## [0.4.15](https://github.com/Nullus157/async-compression/compare/v0.4.14...v0.4.15) - 2024-10-12

### Other

- Fix tokio::bufread
- Fix lifetime in futures::bufread
- Fix typing error in futures::bufread
- Fix typing error in tokio::bufread
- Fix futures::bufread::generic::Decoder::do_poll_read impl
- Fix tokio::bufread::generic::Decoder::do_poll_read impl

## [0.4.14](https://github.com/Nullus157/async-compression/compare/v0.4.13...v0.4.14) - 2024-10-10

### Fixed
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 = "async-compression"
version = "0.4.14"
version = "0.4.15"
authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d04e80c

Please sign in to comment.