Skip to content

Commit 81084f5

Browse files
chore: release (#433)
## πŸ€– New release * `compression-codecs`: 0.4.34 -> 0.4.35 (βœ“ API compatible changes) * `async-compression`: 0.4.35 -> 0.4.36 <details><summary><i><b>Changelog</b></i></summary><p> ## `compression-codecs` <blockquote> ## [0.4.35](compression-codecs-v0.4.34...compression-codecs-v0.4.35) - 2025-12-11 ### Other - Add Crc checksum validation for gzip::header::Parser ([#432](#432)) </blockquote> ## `async-compression` <blockquote> ## [0.4.36](async-compression-v0.4.35...async-compression-v0.4.36) - 2025-12-11 ### Other - updated the following local packages: compression-codecs </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 056b8c0 commit 81084f5

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["compression", "asynchronous"]
1010
edition = "2018"
1111

1212
[workspace.dependencies]
13-
compression-codecs = { version = "0.4.34", path = "crates/compression-codecs" }
13+
compression-codecs = { version = "0.4.35", path = "crates/compression-codecs" }
1414
compression-core = { version = "0.4.31", path = "crates/compression-core" }
1515
futures-core = { version = "0.3", default-features = false }
1616
pin-project-lite = "0.2"

β€Ž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.36](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.35...async-compression-v0.4.36) - 2025-12-11
48+
49+
### Other
50+
51+
- updated the following local packages: compression-codecs
52+
4753
## [0.4.35](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.34...async-compression-v0.4.35) - 2025-12-07
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.35"
3+
version = "0.4.36"
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.35](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.34...compression-codecs-v0.4.35) - 2025-12-11
11+
12+
### Other
13+
14+
- Add Crc checksum validation for gzip::header::Parser ([#432](https://github.com/Nullus157/async-compression/pull/432))
15+
1016
## [0.4.34](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.33...compression-codecs-v0.4.34) - 2025-12-07
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.34"
3+
version = "0.4.35"
44
description = """
55
Adaptors for various compression algorithms.
66
"""

0 commit comments

Comments
Β (0)