From eae83b7209da71ca4f6dbf8821e6888ffbefe75a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 11:52:28 +0000 Subject: [PATCH] chore(async-compression): release v0.4.38 --- crates/async-compression/CHANGELOG.md | 7 +++++++ crates/async-compression/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/crates/async-compression/CHANGELOG.md b/crates/async-compression/CHANGELOG.md index 758e9201..a0458ce5 100644 --- a/crates/async-compression/CHANGELOG.md +++ b/crates/async-compression/CHANGELOG.md @@ -44,6 +44,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.38](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.37...async-compression-v0.4.38) - 2026-02-06 + +### Other + +- Fix decoding of empty response streams. ([#444](https://github.com/Nullus157/async-compression/pull/444)) +- *(deps)* update proptest-derive requirement from 0.7 to 0.8 ([#442](https://github.com/Nullus157/async-compression/pull/442)) + ## [0.4.37](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.36...async-compression-v0.4.37) - 2026-01-10 ### Other diff --git a/crates/async-compression/Cargo.toml b/crates/async-compression/Cargo.toml index d30004f2..c2d3e5db 100644 --- a/crates/async-compression/Cargo.toml +++ b/crates/async-compression/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.37" +version = "0.4.38" description = """ Adaptors between compression crates and Rust's modern asynchronous IO types. """