Skip to content

Commit cb0a54f

Browse files
committed
chore(async-compression): prepare release 0.4.2
1 parent 29a411b commit cb0a54f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
66

77
## Unreleased
88

9+
## 0.4.2
10+
911
- Add top-level `brotli` module containing stable `brotli` crate wrapper types.
1012
- Add `BrotliEncoder::with_quality_and_params()` constructors.
1113
- Add `Deflate64Decoder` behind new crate feature `deflate64`.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-compression"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Wim Looman <wim@nemo157.com>", "Allen Bui <fairingrey@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

README.md

+2-2
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.1/status.svg?style=flat-square
47-
[11]: https://deps.rs/crate/async-compression/0.4.1/
46+
[10]: https://deps.rs/crate/async-compression/0.4.2/status.svg?style=flat-square
47+
[11]: https://deps.rs/crate/async-compression/0.4.2
4848
[releases]: https://github.com/Nullus157/async-compression/releases

0 commit comments

Comments
 (0)