Skip to content

Commit

Permalink
Merge pull request #257 from Nullus157/rel-046
Browse files Browse the repository at this point in the history
chore: prepare release 0.4.6
  • Loading branch information
NobodyXu committed Jan 17, 2024
2 parents 6e3996d + ea4bb3c commit d913b27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),

## Unreleased

## 0.4.6

- Flush available data in decoder even when there's no incoming input.
- Return errors instead of panicking in all encode and decode operations.

## 0.4.5

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

0 comments on commit d913b27

Please sign in to comment.