diff --git a/Cargo.lock b/Cargo.lock index 9a61804..ed1974c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ [[package]] name = "python-pkginfo" -version = "0.6.6" +version = "0.6.7" dependencies = [ "bzip2", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 5a1b43a..5c56a21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-pkginfo" -version = "0.6.6" +version = "0.6.7" authors = ["messense "] edition = "2021" description = "Parse Python package metadata from sdist and bdists and etc." diff --git a/Changelog.md b/Changelog.md index e4d7531..c588554 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## 0.6.7 + +- Allow zip 7 +- Allow bzip2 0.6 + ## 0.6.6 - Update bzip2 to 0.5