Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Hainish committed May 26, 2022
1 parent c4a8b9a commit 575ed8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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]
- Add ability to install split APKs with `google-play`
## [0.13.0] - 2022-05-26
- Add support for downloading split APKs with `google-play`
- Add support for downloading additional files with `google-play`
- Use the appropriate filename extensions (`xapk` or `apk`) for `apkpure`

## [0.12.2] - 2022-05-18
- Android-only release: switch to OpenSSL 3.0.3 for `termux` releases
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apkeep"
version = "0.12.2"
version = "0.13.0"
authors = ["William Budington <bill@eff.org>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion USAGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apkeep v0.12.2
apkeep v0.13.0
William Budington <bill@eff.org>
Downloads APKs from various sources

Expand Down

0 comments on commit 575ed8c

Please sign in to comment.