Bump version to 0.6.13 and update CHANGELOG

This commit is contained in:
Chris Hennick 2023-04-29 21:26:34 -07:00
parent 8c7192a750
commit c284de1a2c
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74
3 changed files with 10 additions and 4 deletions

View file

@ -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.

View 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"

View file

@ -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: