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 13, 2024
1 parent 5f51d42 commit 52f597b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ 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-13

### Other

- Merge pull request [#297](https://github.com/Nullus157/async-compression/pull/297) from link2xt/link2xt/passthrough-traits
- Pass through `AsyncRead` and `AsyncWrite` traits
- 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 52f597b

Please sign in to comment.