diff --git a/CHANGELOG.md b/CHANGELOG.md index ab33413..8e7a68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.12.0] - 2022-05-05 +- Add a default config file which allows users to store Google credentials +- Allow specifying a custom path to the above config file +- Prompt users for a Google username and password if none is found ## [0.11.0] - 2022-04-22 - Adding `huawei-app-gallery` as a download source diff --git a/Cargo.lock b/Cargo.lock index e20b66f..6806e83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "apkeep" -version = "0.11.0" +version = "0.12.0" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 98b6b0e..52abc42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apkeep" -version = "0.11.0" +version = "0.12.0" authors = ["William Budington "] edition = "2018" license = "MIT" diff --git a/USAGE b/USAGE index e3b60e9..6988413 100644 --- a/USAGE +++ b/USAGE @@ -1,4 +1,4 @@ -apkeep v0.11.0 +apkeep v0.12.0 William Budington Downloads APKs from various sources