Skip to content

Commit

Permalink
bump changelog and update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed Jan 21, 2021
1 parent 7d0c8ee commit 2fa4238
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deflate"
version = "0.8.6"
version = "0.9.0"
edition = "2018"
license = "MIT/Apache-2.0"
authors = ["oyvindln <oyvindln@users.noreply.github.com>"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Deflate encoding with and without zlib and gzip metadata (zlib dictionaries are

This library is now mostly in maintenance mode, focus being on the Rust backend of [flate2](https://crates.io/crates/flate2) instead.

The minimum required rust version is 1.32.0 due to use of library functions for endinaness conversion (unit tests requires a newer version).

# Usage:
## Simple compression function:
``` rust
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="0.9.0"></a>
## 0.9.0 (2021-01-21)

#### Bug Fixes

* Use std functions instead of byteorder (bumps minimum version to 1.32.0 ([d217fbd9](d217fbd9))

<a name="0.8.6"></a>
### 0.8.6 (2020-07-06)

Expand Down

0 comments on commit 2fa4238

Please sign in to comment.