Skip to content

Commit f500431

Browse files
committed
Release abcrypt-cli version 0.2.4
2 parents 7eb3b49 + f007ba6 commit f500431

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crate/cli/CHANGELOG.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ All notable changes to this project will be documented in this file.
1414
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
1515
project adheres to https://semver.org/[Semantic Versioning].
1616

17+
== {compare-url}/abcrypt-cli-v0.2.3\...abcrypt-cli-v0.2.4[0.2.4] - 2023-11-04
18+
19+
=== Changed
20+
21+
* Update dependencies
22+
1723
== {compare-url}/abcrypt-cli-v0.2.2\...abcrypt-cli-v0.2.3[0.2.3] - 2023-09-30
1824

1925
=== Changed

crate/cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "abcrypt-cli"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
authors.workspace = true
99
edition.workspace = true
1010
rust-version.workspace = true
@@ -35,7 +35,7 @@ clap_complete = "4.3.2"
3535
clap_complete_nushell = "4.3.2"
3636
dialoguer.workspace = true
3737
serde_json = { version = "1.0.108", optional = true }
38-
sysexits = "0.7.4"
38+
sysexits = "0.7.5"
3939

4040
[dev-dependencies]
4141
assert_cmd = "2.0.11"

0 commit comments

Comments
 (0)