From 7b5ed984c8bfaf7dc053f6855e01534f816e7bec Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 6 Apr 2024 09:16:18 +1100 Subject: [PATCH] Release async-compression 0.4.8 Signed-off-by: Jiahao XU --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6ec337..2a36c14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## 0.4.8 + + - bump dep brotli from 3.3 to 4.0 + ## 0.4.7 - Flush available data in decoder even when there's no incoming input. diff --git a/Cargo.toml b/Cargo.toml index 814ade42..969d18e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.7" +version = "0.4.8" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 7ca905a5..7757d730 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,6 @@ additional terms or conditions. [7]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square [8]: https://docs.rs/async-compression [9]: https://img.shields.io/crates/l/async-compression.svg?style=flat-square -[10]: https://deps.rs/crate/async-compression/0.4.7/status.svg?style=flat-square -[11]: https://deps.rs/crate/async-compression/0.4.6 +[10]: https://deps.rs/crate/async-compression/0.4.8/status.svg?style=flat-square +[11]: https://deps.rs/crate/async-compression/0.4.8 [releases]: https://github.com/Nullus157/async-compression/releases