Skip to content

Commit c80e932

Browse files
chore(async-compression): release v0.4.38
1 parent f5e532e commit c80e932

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

crates/async-compression/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ 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-05
48+
49+
### Other
50+
51+
- *(deps)* update proptest-derive requirement from 0.7 to 0.8 ([#442](https://github.com/Nullus157/async-compression/pull/442))
52+
4753
## [0.4.37](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.36...async-compression-v0.4.37) - 2026-01-10
4854

4955
### 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)