diff --git a/CHANGELOG.md b/CHANGELOG.md index dddadff..26dd8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[0.0.5](https://github.com/casey/filepack/releases/tag/0.0.4) - 2024-10-07 +-------------------------------------------------------------------------- + +### Fixed +- Download tarball and zipball using web URLs ([#59](https://github.com/casey/filepack/pull/59) by [casey](https://github.com/casey)) + [0.0.4](https://github.com/casey/filepack/releases/tag/0.0.4) - 2024-10-07 -------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index d8ec166..e741217 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filepack" -version = "0.0.4" +version = "0.0.5" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 712a3e5..e9cad7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filepack" -version = "0.0.4" +version = "0.0.5" authors = ["Casey Rodarmor "] autotests = false categories = ["authentication", "command-line-utilities", "cryptography"]