From 05469a4270b881f00536bd79a7481b92bab1a29d Mon Sep 17 00:00:00 2001 From: William Budington Date: Fri, 11 Oct 2024 04:54:47 -0700 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df9df4..9115a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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] +## [0.17.0] - 2024-10-11 - Added support for F-Droid entry point specification and new index versions - Update dependencies diff --git a/Cargo.lock b/Cargo.lock index 463779a..c1a544a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "apkeep" -version = "0.16.0" +version = "0.17.0" dependencies = [ "base64 0.22.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index e26d2eb..7950e8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apkeep" -version = "0.16.0" +version = "0.17.0" authors = ["William Budington "] edition = "2021" license = "MIT"