Skip to content

Commit

Permalink
Added support for F-Droid entry point specification and new index ver…
Browse files Browse the repository at this point in the history
…sions, updated dependencies
  • Loading branch information
Hainish committed Oct 10, 2024
1 parent 704af2e commit ad1d8d1
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 169 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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]
- Added support for F-Droid entry point specification and new index versions
- Update dependencies

## [0.16.0] - 2024-04-04
- Support Google Play API v3 and document workflow for downloading via Google Play

Expand Down
133 changes: 60 additions & 73 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ cryptographic-message-syntax = "0.26"
ring = "0.17"
x509-certificate = "0.23"
simple-error = "0.3"
sha-1 = "0.10"
sha1 = "0.10"
sha2 = "0.10"
base64 = "0.22"
serde_json = "1"
hex = "0.4"
Expand Down
Loading

0 comments on commit ad1d8d1

Please sign in to comment.