Skip to content

Commit 575ed8c

Browse files
committed
Version bump
1 parent c4a8b9a commit 575ed8c

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
- Add ability to install split APKs with `google-play`
7+
## [0.13.0] - 2022-05-26
8+
- Add support for downloading split APKs with `google-play`
9+
- Add support for downloading additional files with `google-play`
10+
- Use the appropriate filename extensions (`xapk` or `apk`) for `apkpure`
911

1012
## [0.12.2] - 2022-05-18
1113
- Android-only release: switch to OpenSSL 3.0.3 for `termux` releases

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apkeep"
3-
version = "0.12.2"
3+
version = "0.13.0"
44
authors = ["William Budington <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

USAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apkeep v0.12.2
1+
apkeep v0.13.0
22
William Budington <[email protected]>
33
Downloads APKs from various sources
44

0 commit comments

Comments
 (0)