Skip to content

Commit 9d848a0

Browse files
chore: release (#452)
## πŸ€– New release * `compression-codecs`: 0.4.36 -> 0.4.37 (βœ“ API compatible changes) * `async-compression`: 0.4.39 -> 0.4.40 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `compression-codecs` <blockquote> ## [0.4.37](compression-codecs-v0.4.36...compression-codecs-v0.4.37) - 2026-02-18 ### Other - Stop consuming input on errors in codecs. ([#451](#451)) </blockquote> ## `async-compression` <blockquote> ## [0.4.40](async-compression-v0.4.39...async-compression-v0.4.40) - 2026-02-18 ### Other - Fix update of bytes read in the encoder state machine. ([#456](#456)) - *(deps)* update rand requirement from 0.9 to 0.10 ([#449](#449)) </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 9df508b commit 9d848a0

5 files changed

Lines changed: 16 additions & 3 deletions

File tree

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
rust-version = "1.83"
1212

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

β€Ž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.40](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.39...async-compression-v0.4.40) - 2026-02-18
48+
49+
### Other
50+
51+
- Fix update of bytes read in the encoder state machine. ([#456](https://github.com/Nullus157/async-compression/pull/456))
52+
- *(deps)* update rand requirement from 0.9 to 0.10 ([#449](https://github.com/Nullus157/async-compression/pull/449))
53+
4754
## [0.4.39](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.38...async-compression-v0.4.39) - 2026-02-07
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.39"
3+
version = "0.4.40"
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.37](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.36...compression-codecs-v0.4.37) - 2026-02-18
11+
12+
### Other
13+
14+
- Stop consuming input on errors in codecs. ([#451](https://github.com/Nullus157/async-compression/pull/451))
15+
1016
## [0.4.36](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.35...compression-codecs-v0.4.36) - 2026-01-10
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.36"
3+
version = "0.4.37"
44
description = """
55
Adaptors for various compression algorithms.
66
"""

0 commit comments

Comments
Β (0)