Bump version to 0.9.1
This commit is contained in:
parent
3161de632e
commit
291212a99c
3 changed files with 11 additions and 5 deletions
|
@ -184,4 +184,10 @@
|
|||
|
||||
### Added
|
||||
|
||||
- `flush_on_finish_file` parameter for `ZipWriter`.
|
||||
- `flush_on_finish_file` parameter for `ZipWriter`.
|
||||
|
||||
## [0.9.1]
|
||||
|
||||
### Added
|
||||
|
||||
- Zopfli for aggressive Deflate compression.
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zip_next"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>",
|
||||
"Chris Hennick <hennickc@amazon.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -4,7 +4,7 @@ zip_next
|
|||
[](https://github.com/Pr0methean/zip-next/actions?query=branch%3Amaster+workflow%3ACI)
|
||||
[](https://crates.io/crates/zip_next)
|
||||
|
||||
[Documentation](https://docs.rs/zip_next/0.9.0/zip_next/)
|
||||
[Documentation](https://docs.rs/zip_next/0.9.1/zip_next/)
|
||||
|
||||
Info
|
||||
----
|
||||
|
@ -32,14 +32,14 @@ With all default features:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip_next = "0.9.0"
|
||||
zip_next = "0.9.1"
|
||||
```
|
||||
|
||||
Without the default features:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip_next = { version = "0.9.0", default-features = false }
|
||||
zip_next = { version = "0.9.1", default-features = false }
|
||||
```
|
||||
|
||||
The features available are:
|
||||
|
|
Loading…
Add table
Reference in a new issue