Skip to content

Commit 4fd4c42

Browse files
authored
prepare release 0.4.1 (#236)
1 parent 9b181f8 commit 4fd4c42

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.1 - 2023-07-10
10+
911
- Add `Zstd{Encoder,Decoder}::with_dict()` constructors.
1012
- Add `zstdmt` crate feature that enables `zstd-safe/zstdmt`, allowing multi-threaded functionality to work as expected.
1113

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-compression"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 2 additions & 2 deletions
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.0/status.svg?style=flat-square
47-
[11]: https://deps.rs/crate/async-compression/0.4.0/
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/
4848
[releases]: https://github.com/Nullus157/async-compression/releases

0 commit comments

Comments
 (0)