Update CHANGELOG and bump version to 0.6.12
This commit is contained in:
parent
16af9ae253
commit
ccd591ab14
3 changed files with 12 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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.
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue