Skip to content

Commit 9582d2c

Browse files
chore: release (#464)
## πŸ€– New release * `compression-core`: 0.4.31 -> 0.4.32 (βœ“ API compatible changes) * `compression-codecs`: 0.4.37 -> 0.4.38 (βœ“ API compatible changes) * `async-compression`: 0.4.41 -> 0.4.42 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `compression-core` <blockquote> ## [0.4.32](compression-core-v0.4.31...compression-core-v0.4.32) - 2026-04-21 ### Other - Include license files in published crates ([#467](#467)) </blockquote> ## `compression-codecs` <blockquote> ## [0.4.38](compression-codecs-v0.4.37...compression-codecs-v0.4.38) - 2026-04-21 ### Other - Include license files in published crates ([#467](#467)) </blockquote> ## `async-compression` <blockquote> ## [0.4.42](async-compression-v0.4.41...async-compression-v0.4.42) - 2026-04-21 ### Other - Include license files in published crates ([#467](#467)) - Fix async-compression CHANGELOG ordering ([#463](#463)) </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 26cbdd0 commit 9582d2c

7 files changed

Lines changed: 24 additions & 5 deletions

File tree

β€ŽCargo.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ edition = "2018"
1111
rust-version = "1.83"
1212

1313
[workspace.dependencies]
14-
compression-codecs = { version = "0.4.37", path = "crates/compression-codecs" }
15-
compression-core = { version = "0.4.31", path = "crates/compression-core" }
14+
compression-codecs = { version = "0.4.38", path = "crates/compression-codecs" }
15+
compression-core = { version = "0.4.32", path = "crates/compression-core" }
1616
pin-project-lite = "0.2"
1717

1818
[workspace.lints.rust]

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.42](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.41...async-compression-v0.4.42) - 2026-04-21
11+
12+
### Other
13+
14+
- Include license files in published crates ([#467](https://github.com/Nullus157/async-compression/pull/467))
15+
- Fix async-compression CHANGELOG ordering ([#463](https://github.com/Nullus157/async-compression/pull/463))
16+
1017
## [0.4.41](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.40...async-compression-v0.4.41) - 2026-02-25
1118

1219
### Fixed

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.38](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.37...compression-codecs-v0.4.38) - 2026-04-21
11+
12+
### Other
13+
14+
- Include license files in published crates ([#467](https://github.com/Nullus157/async-compression/pull/467))
15+
1016
## [0.4.37](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.36...compression-codecs-v0.4.37) - 2026-02-18
1117

1218
### Other

β€Žcrates/compression-codecs/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compression-codecs"
3-
version = "0.4.37"
3+
version = "0.4.38"
44
description = """
55
Adaptors for various compression algorithms.
66
"""

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.32](https://github.com/Nullus157/async-compression/compare/compression-core-v0.4.31...compression-core-v0.4.32) - 2026-04-21
11+
12+
### Other
13+
14+
- Include license files in published crates ([#467](https://github.com/Nullus157/async-compression/pull/467))
15+
1016
## [0.4.31](https://github.com/Nullus157/async-compression/compare/compression-core-v0.4.30...compression-core-v0.4.31) - 2025-11-21
1117

1218
### Added

β€Žcrates/compression-core/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compression-core"
3-
version = "0.4.31"
3+
version = "0.4.32"
44
description = """
55
Abstractions for compression algorithms.
66
"""

0 commit comments

Comments
Β (0)