From 4a2c219ebd4f8bb56fe7eddc5c578696c4970224 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:06:44 +0000 Subject: [PATCH 1/2] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11fedc3..c228343 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.14](https://github.com/Nullus157/async-compression/compare/v0.4.13...v0.4.14) - 2024-10-10 + +### Fixed + +- *(tokio)* attempt to decode from internal state even if nothing was read + ## [0.4.13](https://github.com/Nullus157/async-compression/compare/v0.4.12...v0.4.13) - 2024-10-02 ### Feature diff --git a/Cargo.toml b/Cargo.toml index d3af546..0a79f33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.13" +version = "0.4.14" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" license = "MIT OR Apache-2.0" From 60b6d94807dbfdc4f04a22cd92159e57813e00ba Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 10 Oct 2024 14:21:48 +0100 Subject: [PATCH 2/2] docs: update changlog Signed-off-by: Rob Ede --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c228343..8239def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## [0.4.14](https://github.com/Nullus157/async-compression/compare/v0.4.13...v0.4.14) - 2024-10-10 ### Fixed - -- *(tokio)* attempt to decode from internal state even if nothing was read +- In Tokio-based decoders, attempt to decode from internal state even if nothing was read. ## [0.4.13](https://github.com/Nullus157/async-compression/compare/v0.4.12...v0.4.13) - 2024-10-02