Skip to content

Commit

Permalink
prepare release 0.4.1 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jul 10, 2023
1 parent 9b181f8 commit 4fd4c42
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.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.

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.0"
version = "0.4.1"
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.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

0 comments on commit 4fd4c42

Please sign in to comment.