Skip to content

Commit d913b27

Browse files
authored
Merge pull request #257 from Nullus157/rel-046
chore: prepare release 0.4.6
2 parents 6e3996d + ea4bb3c commit d913b27

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 0.4.6
10+
911
- Flush available data in decoder even when there's no incoming input.
12+
- Return errors instead of panicking in all encode and decode operations.
1013

1114
## 0.4.5
1215

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

0 commit comments

Comments
 (0)