diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a2b56..ab33413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.11.0] - 2022-04-22 +- Adding `huawei-app-gallery` as a download source + ## [0.10.0] - 2022-03-17 ### Added - `options` command-line option to specify options specific to a download source diff --git a/Cargo.lock b/Cargo.lock index edf9c3d..5a83b09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "apkeep" -version = "0.10.0" +version = "0.11.0" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index d3ebf3b..9382a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apkeep" -version = "0.10.0" +version = "0.11.0" authors = ["William Budington "] edition = "2018" license = "MIT" diff --git a/USAGE b/USAGE index 1ee30e0..453f410 100644 --- a/USAGE +++ b/USAGE @@ -1,4 +1,4 @@ -apkeep v0.10.0 +apkeep v0.11.0 William Budington Downloads APKs from various sources