Skip to content

Commit

Permalink
chore(release): Release abcrypt-cli version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jan 9, 2025
2 parents 53dcd44 + c22b902 commit 2c32a37
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpversion-cli.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

[tool.bumpversion]
current_version = "0.3.3"
current_version = "0.4.0"

[[tool.bumpversion.files]]
glob = "docs/man/man1/*.1.adoc"
Expand Down
2 changes: 1 addition & 1 deletion 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 crates/cli/CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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.3.3\...HEAD[Unreleased]
== {compare-url}/abcrypt-cli-v0.3.3\...abcrypt-cli-v0.4.0[0.4.0] - 2025-01-09

=== 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.3.3"
version = "0.4.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/abcrypt-argon2.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
= abcrypt-argon2(1)
// Specify in UTC.
:docdate: 2024-12-07
:revnumber: 0.3.3
:revnumber: 0.4.0
:doctype: manpage
:mansource: abcrypt {revnumber}
:manmanual: General Commands Manual
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/abcrypt-decrypt.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
= abcrypt-decrypt(1)
// Specify in UTC.
:docdate: 2024-12-07
:revnumber: 0.3.3
:revnumber: 0.4.0
:doctype: manpage
:mansource: abcrypt {revnumber}
:manmanual: General Commands Manual
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/abcrypt-encrypt.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
= abcrypt-encrypt(1)
// Specify in UTC.
:docdate: 2024-12-07
:revnumber: 0.3.3
:revnumber: 0.4.0
:doctype: manpage
:mansource: abcrypt {revnumber}
:manmanual: General Commands Manual
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/abcrypt-help.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
= abcrypt-help(1)
// Specify in UTC.
:docdate: 2024-12-07
:revnumber: 0.3.3
:revnumber: 0.4.0
:doctype: manpage
:mansource: abcrypt {revnumber}
:manmanual: General Commands Manual
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/abcrypt-information.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
= abcrypt-information(1)
// Specify in UTC.
:docdate: 2025-01-08
:revnumber: 0.3.3
:revnumber: 0.4.0
:doctype: manpage
:mansource: abcrypt {revnumber}
:manmanual: General Commands Manual
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/abcrypt.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
= abcrypt(1)
// Specify in UTC.
:docdate: 2024-12-07
:revnumber: 0.3.3
:revnumber: 0.4.0
:doctype: manpage
:mansource: abcrypt {revnumber}
:manmanual: General Commands Manual
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man5/abcrypt.5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
= abcrypt(5)
// Specify in UTC.
:docdate: 2024-12-09
:revnumber: 0.3.3
:revnumber: 0.4.0
:doctype: manpage
:mansource: abcrypt {revnumber}
:manmanual: File Formats Manual
Expand Down

0 comments on commit 2c32a37

Please # to comment.