Skip to content

Commit 395a7a8

Browse files
chore: release v0.4.20
1 parent bfb274b commit 395a7a8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
66

77
## Unreleased
88

9+
## [0.4.20](https://github.com/Nullus157/async-compression/compare/v0.4.19...v0.4.20) - 2025-02-28
10+
11+
### Other
12+
13+
- *(deps)* update rand requirement from 0.8.5 to 0.9.0
14+
- Apply code review suggestions
15+
- revert lib.rs artifact
16+
- Merge branch 'main' into main
17+
918
## [0.4.19](https://github.com/Nullus157/async-compression/compare/v0.4.18...v0.4.19) - 2025-02-27
1019

1120
### Changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-compression"
3-
version = "0.4.19"
3+
version = "0.4.20"
44
authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
55
edition = "2018"
66
resolver = "2"

0 commit comments

Comments
 (0)