Skip to content

Commit

Permalink
Release abcrypt-cli version 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Dec 22, 2023
2 parents e917618 + 25e6ac4 commit 1eccc21
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
targets: ${{ matrix.target }}
- name: Install cross
if: ${{ matrix.use-cross }}
uses: taiki-e/[email protected].6
uses: taiki-e/[email protected].9
with:
tool: cross
- name: Cache build artifacts
Expand Down
24 changes: 12 additions & 12 deletions 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
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/sorairolake/abcrypt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace.dependencies]
anyhow = "1.0.75"
anyhow = "1.0.76"
clap = { version = "4.4.11", features = ["derive"] }
dialoguer = { version = "0.11.0", default-features = false, features = ["password"] }

Expand Down
6 changes: 6 additions & 0 deletions crates/cli/CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ 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.8\...abcrypt-cli-v0.2.9[0.2.9] - 2023-12-22

=== Changed

* Update screenshot ({pull-request-url}/178[#178])

== {compare-url}/abcrypt-cli-v0.2.7\...abcrypt-cli-v0.2.8[0.2.8] - 2023-12-20

=== Added
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "abcrypt-cli"
version = "0.2.8"
version = "0.2.9"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
Binary file modified crates/cli/assets/screenshot.webp
Binary file not shown.

0 comments on commit 1eccc21

Please sign in to comment.