Skip to content

Commit b4e46d8

Browse files
chore(async-compression): release v0.4.38 (#443)
## πŸ€– New release * `async-compression`: 0.4.37 -> 0.4.38 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.4.38](async-compression-v0.4.37...async-compression-v0.4.38) - 2026-02-06 ### Other - Fix decoding of empty response streams. ([#444](#444)) - *(deps)* update proptest-derive requirement from 0.7 to 0.8 ([#442](#442)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e67f0b1 commit b4e46d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€Žcrates/async-compression/CHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
4444

4545
## Unreleased
4646

47+
## [0.4.38](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.37...async-compression-v0.4.38) - 2026-02-06
48+
49+
### Other
50+
51+
- Fix decoding of empty response streams. ([#444](https://github.com/Nullus157/async-compression/pull/444))
52+
- *(deps)* update proptest-derive requirement from 0.7 to 0.8 ([#442](https://github.com/Nullus157/async-compression/pull/442))
53+
4754
## [0.4.37](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.36...async-compression-v0.4.37) - 2026-01-10
4855

4956
### Other

β€Žcrates/async-compression/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.37"
3+
version = "0.4.38"
44
description = """
55
Adaptors between compression crates and Rust's modern asynchronous IO types.
66
"""

0 commit comments

Comments
Β (0)