Bump version to 0.6.11 and update CHANGELOG
This commit is contained in:
parent
5d9296244c
commit
4ae76f6e07
3 changed files with 7 additions and 3 deletions
|
@ -57,3 +57,7 @@
|
|||
### Changed
|
||||
|
||||
- Updated dependency versions.
|
||||
|
||||
## [0.6.11]
|
||||
|
||||
- Fixed a bug that could cause later writes to fail after a `deep_copy_file` call.
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zip_next"
|
||||
version = "0.6.10"
|
||||
version = "0.6.11"
|
||||
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.10"
|
||||
zip_next = "0.6.11"
|
||||
```
|
||||
|
||||
Without the default features:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip_next = { version = "0.6.10", default-features = false }
|
||||
zip_next = { version = "0.6.11", default-features = false }
|
||||
```
|
||||
|
||||
The features available are:
|
||||
|
|
Loading…
Add table
Reference in a new issue