Skip to content

Commit 4dc15b5

Browse files
chore: release
1 parent 97af374 commit 4dc15b5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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+
- move constructors back to top of rustdoc pages
14+
- Merge pull request [#297](https://github.com/Nullus157/async-compression/pull/297) from link2xt/link2xt/passthrough-traits
15+
- Pass through `AsyncRead` and `AsyncWrite` traits
16+
- Fix tokio::bufread
17+
- Fix lifetime in futures::bufread
18+
- Fix typing error in futures::bufread
19+
- Fix typing error in tokio::bufread
20+
- Fix futures::bufread::generic::Decoder::do_poll_read impl
21+
- Fix tokio::bufread::generic::Decoder::do_poll_read impl
22+
923
## [0.4.14](https://github.com/Nullus157/async-compression/compare/v0.4.13...v0.4.14) - 2024-10-10
1024

1125
### 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 <[email protected]>", "Allen Bui <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)