From ddfe9a2fde3c01eac2c38575a56caff3ab4ff517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:10:16 +0000 Subject: [PATCH 1/2] chore: release v0.4.16 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 544dc7b..d7942e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.16](https://github.com/Nullus157/async-compression/compare/v0.4.15...v0.4.16) - 2024-10-16 + +### Other + +- Pass through `AsyncBufRead` trait + ## [0.4.15](https://github.com/Nullus157/async-compression/compare/v0.4.14...v0.4.15) - 2024-10-13 ### Feature diff --git a/Cargo.toml b/Cargo.toml index 9c44c84..97ba94c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.15" +version = "0.4.16" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" license = "MIT OR Apache-2.0" From 056d771942eed352892f60075d2404337d03ea22 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 16 Oct 2024 12:12:57 +0100 Subject: [PATCH 2/2] docs: update changelog Signed-off-by: Rob Ede --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7942e2..3c30368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ### Other -- Pass through `AsyncBufRead` trait +- Implement pass-through `AsyncBufRead` on write-based encoders & decoders. ## [0.4.15](https://github.com/Nullus157/async-compression/compare/v0.4.14...v0.4.15) - 2024-10-13