From c7e75bc05b88ead6b5b41ab1ba4e6a2ca25ef612 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:05:16 +0000 Subject: [PATCH] chore(async-compression): release v0.4.38 --- crates/async-compression/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crates/async-compression/CHANGELOG.md b/crates/async-compression/CHANGELOG.md index a0458ce5..cf2caaa5 100644 --- a/crates/async-compression/CHANGELOG.md +++ b/crates/async-compression/CHANGELOG.md @@ -48,6 +48,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ### Other +- *(async-compression)* release v0.4.38 ([#443](https://github.com/Nullus157/async-compression/pull/443)) +- 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.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))