Skip to content

Commit d3a38bd

Browse files
committed
Release abcrypt-cli version 0.3.1
2 parents 38d5fb3 + 84ed492 commit d3a38bd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/CHANGELOG.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ 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.3.0\...HEAD[Unreleased]
17+
== {compare-url}/abcrypt-cli-v0.3.0\...abcrypt-cli-v0.3.1[0.3.1] - 2024-04-16
1818

1919
=== Added
2020

2121
* Add man page for the format specification ({pull-request-url}/369[#369])
2222

23+
=== Changed
24+
25+
* Update examples in man pages
26+
2327
== {compare-url}/abcrypt-cli-v0.2.12\...abcrypt-cli-v0.3.0[0.3.0] - 2024-02-18
2428

2529
=== Changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "abcrypt-cli"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
authors.workspace = true
99
edition.workspace = true
1010
rust-version.workspace = true

0 commit comments

Comments
 (0)