Skip to content

Commit

Permalink
Version bump and adding CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hainish committed Nov 29, 2021
1 parent 6c777f0 commit b0466f9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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).

## [0.7.0] - 2021-11-29
### Added
- Ability to download versioned apps on APKPure and F-Droid, as well as making it possible in a separate field if you're using a CSV
- Ability to look up what versions are available on these sources using the -l flag
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.6.0"
version = "0.7.0"
authors = ["William Budington <[email protected]>"]
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.6.0
apkeep v0.7.0
William Budington <[email protected]>
Downloads APKs from various sources

Expand Down

0 comments on commit b0466f9

Please sign in to comment.