diff --git a/CHANGELOG.md b/CHANGELOG.md index be5fc267..0a8843ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,5 +116,11 @@ ### Merged from upstream -- Added experimental [`zip_next::unstable::write::FileOptions::with_deprecated_encryption`] API to enable encrypting - files with PKWARE encryption. + - Added experimental [`zip_next::unstable::write::FileOptions::with_deprecated_encryption`] API to enable encrypting + files with PKWARE encryption. + +## [0.7.5] + +### Fixed + + - Fixed a bug that occurs when ZIP64 magic bytes occur twice in a filename or across two filenames. \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 2c579db7..6d1fe2f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "0.7.4" +version = "0.7.5" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" diff --git a/README.md b/README.md index a52116eb..cd418b81 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.7.4" +zip_next = "0.7.5" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.7.4", default-features = false } +zip_next = { version = "0.7.5", default-features = false } ``` The features available are: