Bump version to 0.6.13 and update CHANGELOG
This commit is contained in:
parent
8c7192a750
commit
c284de1a2c
3 changed files with 10 additions and 4 deletions
|
@ -68,4 +68,10 @@
|
|||
|
||||
### Fixed
|
||||
|
||||
- Fixed a Clippy warning that was missed during the last release.
|
||||
- Fixed a Clippy warning that was missed during the last release.
|
||||
|
||||
## [0.6.13]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a possible bug in deep_copy_file.
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zip_next"
|
||||
version = "0.6.12"
|
||||
version = "0.6.13"
|
||||
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.12"
|
||||
zip_next = "0.6.13"
|
||||
```
|
||||
|
||||
Without the default features:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip_next = { version = "0.6.12", default-features = false }
|
||||
zip_next = { version = "0.6.13", default-features = false }
|
||||
```
|
||||
|
||||
The features available are:
|
||||
|
|
Loading…
Add table
Reference in a new issue