Skip to content

Commit 85d45d9

Browse files
authored
Release async-compression 0.4.8 (#265)
Signed-off-by: Jiahao XU <[email protected]>
1 parent 9c61043 commit 85d45d9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
66

77
## Unreleased
88

9+
## 0.4.8
10+
11+
- bump dep brotli from 3.3 to 4.0
12+
913
## 0.4.7
1014

1115
- Flush available data in decoder even when there's no incoming input.

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.7"
3+
version = "0.4.8"
44
authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ additional terms or conditions.
4343
[7]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
4444
[8]: https://docs.rs/async-compression
4545
[9]: https://img.shields.io/crates/l/async-compression.svg?style=flat-square
46-
[10]: https://deps.rs/crate/async-compression/0.4.7/status.svg?style=flat-square
47-
[11]: https://deps.rs/crate/async-compression/0.4.6
46+
[10]: https://deps.rs/crate/async-compression/0.4.8/status.svg?style=flat-square
47+
[11]: https://deps.rs/crate/async-compression/0.4.8
4848
[releases]: https://github.com/Nullus157/async-compression/releases

0 commit comments

Comments
 (0)