Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
- Enabled `DEFLATE` support by default, since there is no real drawbacks to doing so.
    - Is the same algorithm and dependency as used for `GZIP`, just with no meta-info.
- Dependencies: updated to Tide 0.16
  • Loading branch information
Fishrock123 committed Jan 29, 2021
1 parent cf1a69c commit c0c2433
Show file tree
Hide file tree
Showing 2 changed files with 7 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 = "tide-compress"
version = "0.8.1"
version = "0.9.0"
authors = ["Jeremiah Senkpiel <fishrock123@rocketmail.com>"]
edition = "2018"
license = "BlueOak-1.0.0"
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2021-01-29

- Enabled `DEFLATE` support by default, since there is no real drawbacks to doing so.
- Is the same algorithm and dependency as used for `GZIP`, just with no meta-info.
- Dependencies: updated to Tide 0.16

## [0.8.1] - 2020-11-19

- Dependencies: do not require any Tide features
Expand Down

0 comments on commit c0c2433

Please sign in to comment.