Skip to content

Commit d758c13

Browse files
authored
Merge pull request #216 from Nullus157/rel-040
async-compression 0.4.0
2 parents 53fee02 + 44fe00f commit d758c13

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
66

77
## Unreleased
88

9+
## 0.4.0 - 2023-05-10
10+
11+
- `Level::Precise` variant now takes a `i32` instead of `u32`.
12+
- Add top level `zstd` module containing stable `zstd` crate wrapper types.
13+
- Add `ZstdEncoder::with_quality_and_params()` constructors.
914
- Update `zstd` dependency to `0.12`.
1015
- Remove deprecated `stream`, `futures-bufread` and `futures-write` crate features.
1116
- Remove Tokio 0.2.x and 0.3.x support (`tokio-02` and `tokio-03` crate features).
12-
- Variant `Level::Precise` now takes a `i32` instead of `u32`.
1317

1418
## 0.3.15 - 2022-10-08
1519

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.15"
3+
version = "0.4.0"
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.3.15/status.svg?style=flat-square
47-
[11]: https://deps.rs/crate/async-compression/0.3.15
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/
4848
[releases]: https://github.com/Nullus157/async-compression/releases

0 commit comments

Comments
 (0)