diff --git a/CHANGELOG.md b/CHANGELOG.md index d734ab51..84e88fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## 0.4.1 - 2023-07-10 + - Add `Zstd{Encoder,Decoder}::with_dict()` constructors. - Add `zstdmt` crate feature that enables `zstd-safe/zstdmt`, allowing multi-threaded functionality to work as expected. diff --git a/Cargo.toml b/Cargo.toml index 4e662fba..ea44a711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.0" +version = "0.4.1" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 67530574..5749279b 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.0/status.svg?style=flat-square -[11]: https://deps.rs/crate/async-compression/0.4.0/ +[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/ [releases]: https://github.com/Nullus157/async-compression/releases