Update CHANGELOG and bump version to 0.6.12

This commit is contained in:
Chris Hennick 2023-04-29 20:46:16 -07:00
parent 16af9ae253
commit ccd591ab14
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74
3 changed files with 12 additions and 4 deletions

View file

@ -60,4 +60,12 @@
## [0.6.11]
- Fixed a bug that could cause later writes to fail after a `deep_copy_file` call.
### Fixed
- Fixed a bug that could cause later writes to fail after a `deep_copy_file` call.
## [0.6.12]
### Fixed
- Fixed a Clippy warning that was missed during the last release.

View file

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

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