Skip to content

Commit

Permalink
Merge pull request #243 from Nullus157/rel-042
Browse files Browse the repository at this point in the history
prepare release 0.4.2
  • Loading branch information
robjtede committed Aug 29, 2023
2 parents 29a411b + cb0a54f commit 8273067
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),

## Unreleased

## 0.4.2

- Add top-level `brotli` module containing stable `brotli` crate wrapper types.
- Add `BrotliEncoder::with_quality_and_params()` constructors.
- Add `Deflate64Decoder` behind new crate feature `deflate64`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-compression"
version = "0.4.1"
version = "0.4.2"
authors = ["Wim Looman <wim@nemo157.com>", "Allen Bui <fairingrey@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1/status.svg?style=flat-square
[11]: https://deps.rs/crate/async-compression/0.4.1/
[10]: https://deps.rs/crate/async-compression/0.4.2/status.svg?style=flat-square
[11]: https://deps.rs/crate/async-compression/0.4.2
[releases]: https://github.com/Nullus157/async-compression/releases

0 comments on commit 8273067

Please sign in to comment.