From 77ab8a436ce8e60c6e42d213f6f022d96769e8f3 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Sun, 7 Jan 2024 12:28:48 +0900 Subject: [PATCH] Update version of `abcrypt-cli` to 0.2.10 --- Cargo.lock | 2 +- crates/cli/CHANGELOG.adoc | 7 +++++++ crates/cli/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb663924..4ca353ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "abcrypt-cli" -version = "0.2.9" +version = "0.2.10" dependencies = [ "abcrypt", "anyhow", diff --git a/crates/cli/CHANGELOG.adoc b/crates/cli/CHANGELOG.adoc index 22801805..039166c4 100644 --- a/crates/cli/CHANGELOG.adoc +++ b/crates/cli/CHANGELOG.adoc @@ -14,6 +14,13 @@ All notable changes to this project will be documented in this file. The format is based on https://keepachangelog.com/[Keep a Changelog], and this project adheres to https://semver.org/[Semantic Versioning]. +== {compare-url}/abcrypt-cli-v0.2.9\...abcrypt-cli-v0.2.10[0.2.10] - 2024-01-07 + +=== Changed + +* Reduce the target architecture and the archive format for pre-built binaries + ({pull-request-url}/189[#189]) + == {compare-url}/abcrypt-cli-v0.2.8\...abcrypt-cli-v0.2.9[0.2.9] - 2023-12-22 === Changed diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 63bd958a..2d76107d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "abcrypt-cli" -version = "0.2.9" +version = "0.2.10" authors.workspace = true edition.workspace = true rust-version.workspace = true