Merge branch 'master' into write_fuzz

This commit is contained in:
Chris Hennick 2023-04-29 21:27:43 -07:00
commit df489189b1
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74
4 changed files with 10 additions and 6 deletions

View file

@ -3,8 +3,6 @@ name: CI
on: on:
pull_request: pull_request:
push: push:
branches:
- master
env: env:
RUSTFLAGS: -Dwarnings RUSTFLAGS: -Dwarnings

View file

@ -69,3 +69,9 @@
### Fixed ### 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] [package]
name = "zip_next" 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>", 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>"] "Chris Hennick <hennickc@amazon.com>"]
license = "MIT" license = "MIT"

View file

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