Bump version to 0.8.1

This commit is contained in:
Chris Hennick 2023-05-14 12:05:23 -07:00
parent 2b07fd1e10
commit d03ac6a75b
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74
3 changed files with 6 additions and 4 deletions

View file

@ -146,4 +146,6 @@
## [0.8.1]
- `ZipWriter` now implements `Send` if the underlying writer does.
### Fixed
- `ZipWriter` now once again implements `Send` if the underlying writer does.

View file

@ -1,6 +1,6 @@
[package]
name = "zip_next"
version = "0.8.0"
version = "0.8.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"

View file

@ -32,14 +32,14 @@ With all default features:
```toml
[dependencies]
zip_next = "0.8.0"
zip_next = "0.8.1"
```
Without the default features:
```toml
[dependencies]
zip_next = { version = "0.8.0", default-features = false }
zip_next = { version = "0.8.1", default-features = false }
```
The features available are: