Skip to content

Commit 52f597b

Browse files
chore: release
1 parent 5f51d42 commit 52f597b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
66

77
## Unreleased
88

9+
## [0.4.15](https://github.com/Nullus157/async-compression/compare/v0.4.14...v0.4.15) - 2024-10-13
10+
11+
### Other
12+
13+
- Merge pull request [#297](https://github.com/Nullus157/async-compression/pull/297) from link2xt/link2xt/passthrough-traits
14+
- Pass through `AsyncRead` and `AsyncWrite` traits
15+
- Fix tokio::bufread
16+
- Fix lifetime in futures::bufread
17+
- Fix typing error in futures::bufread
18+
- Fix typing error in tokio::bufread
19+
- Fix futures::bufread::generic::Decoder::do_poll_read impl
20+
- Fix tokio::bufread::generic::Decoder::do_poll_read impl
21+
922
## [0.4.14](https://github.com/Nullus157/async-compression/compare/v0.4.13...v0.4.14) - 2024-10-10
1023

1124
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-compression"
3-
version = "0.4.14"
3+
version = "0.4.15"
44
authors = ["Wim Looman <wim@nemo157.com>", "Allen Bui <fairingrey@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)