Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Hainish committed Feb 22, 2022
1 parent 0bc54ff commit 0055f95
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.9.0] - 2022-02-22
- Fix bug where another package is fetched for certain ids in APKPure
- Updated usage for download sources
- Dependency updates

## [0.8.0] - 2021-12-07
### Added
- Cacheing of F-Droid package index to local config directory
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.8.0"
version = "0.9.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.8.0
apkeep v0.9.0
William Budington <[email protected]>
Downloads APKs from various sources

Expand Down
2 changes: 1 addition & 1 deletion build-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export CFLAGS_x86_64_pc_windows_msvc="$CL_FLAGS"
export CXXFLAGS_x86_64_pc_windows_msvc="$CL_FLAGS"
export OPENSSL_STATIC=1
cd ../apkeep
cd ~/apkeep
cargo build --release --target x86_64-pc-windows-msvc
EOF

Expand Down

0 comments on commit 0055f95

Please sign in to comment.