Skip to content

Commit

Permalink
Release abcrypt-cli version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Apr 17, 2024
2 parents b3dcc3f + 27ad019 commit 8fcefe1
Show file tree
Hide file tree
Showing 55 changed files with 175 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
targets: ${{ matrix.target }}
- name: Install cross
if: ${{ matrix.use-cross }}
uses: taiki-e/[email protected].17
uses: taiki-e/[email protected].20
with:
tool: cross
- name: Cache build artifacts
Expand Down
38 changes: 19 additions & 19 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 crates/abcrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ argon2 = { version = "0.5.3", default-features = false }
blake2 = { version = "0.10.6", default-features = false }
chacha20poly1305 = { version = "0.10.1", default-features = false, features = ["getrandom"] }
rand = { version = "0.8.5", default-features = false, features = ["getrandom", "std_rng"] }
serde = { version = "1.0.197", default-features = false, features = ["derive"], optional = true }
serde = { version = "1.0.198", default-features = false, features = ["derive"], optional = true }

[dev-dependencies]
anyhow.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/capi/docs/man

This file was deleted.

1 change: 1 addition & 0 deletions crates/capi/docs/man/man3
7 changes: 7 additions & 0 deletions crates/cli/CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1\...abcrypt-cli-v0.3.2[0.3.2] - 2024-04-17

=== Changed

* Change to remove unnecessary files from the book
({pull-request-url}/382[#382])

== {compare-url}/abcrypt-cli-v0.3.0\...abcrypt-cli-v0.3.1[0.3.1] - 2024-04-16

=== 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.1"
version = "0.3.2"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/cli/docs/man

This file was deleted.

1 change: 1 addition & 0 deletions crates/cli/docs/man/man1
1 change: 1 addition & 0 deletions crates/cli/docs/man/man5
1 change: 0 additions & 1 deletion docs/book/modules/capi/pages/man

This file was deleted.

1 change: 1 addition & 0 deletions docs/book/modules/capi/partials/man/man3/include
1 change: 0 additions & 1 deletion docs/book/modules/cli/pages/man

This file was deleted.

1 change: 1 addition & 0 deletions docs/book/modules/cli/pages/man/man1/abcrypt-help.1.adoc
1 change: 1 addition & 0 deletions docs/book/modules/cli/pages/man/man1/abcrypt.1.adoc
1 change: 1 addition & 0 deletions docs/book/modules/cli/partials/man/man1/include
14 changes: 9 additions & 5 deletions docs/man/man1/abcrypt-decrypt.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ifdef::revnumber[:mansource: abcrypt {revnumber}]
ifndef::revnumber[:mansource: abcrypt]
:manmanual: General Commands Manual
:includedir: ./include
ifndef::site-gen-antora[:includedir: ./include]

== NAME

Expand Down Expand Up @@ -70,9 +70,11 @@ _FILE_::
Print version number. The long flag (*--version*) will also print the
copyright notice, the license notice and where to report bugs.

include::{includedir}/section-exit-status.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-exit-status.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-exit-status.adoc[]]

include::{includedir}/section-notes.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-notes.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-notes.adoc[]]

== EXAMPLES

Expand All @@ -92,9 +94,11 @@ Print the encryption parameters when decrypting:{blank}::

$ *abcrypt decrypt -v data.txt.abcrypt > data.txt*

include::{includedir}/section-reporting-bugs.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-reporting-bugs.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-reporting-bugs.adoc[]]

include::{includedir}/section-copyright.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-copyright.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-copyright.adoc[]]

== SEE ALSO

Expand Down
14 changes: 9 additions & 5 deletions docs/man/man1/abcrypt-encrypt.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ifdef::revnumber[:mansource: abcrypt {revnumber}]
ifndef::revnumber[:mansource: abcrypt]
:manmanual: General Commands Manual
:includedir: ./include
ifndef::site-gen-antora[:includedir: ./include]

== NAME

Expand Down Expand Up @@ -93,9 +93,11 @@ _FILE_::
Print version number. The long flag (*--version*) will also print the
copyright notice, the license notice and where to report bugs.

include::{includedir}/section-exit-status.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-exit-status.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-exit-status.adoc[]]

include::{includedir}/section-notes.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-notes.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-notes.adoc[]]

== EXAMPLES

Expand All @@ -119,9 +121,11 @@ Print the encryption parameters when encrypting:{blank}::

$ *abcrypt encrypt -v data.txt > data.txt.abcrypt*

include::{includedir}/section-reporting-bugs.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-reporting-bugs.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-reporting-bugs.adoc[]]

include::{includedir}/section-copyright.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-copyright.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-copyright.adoc[]]

== SEE ALSO

Expand Down
14 changes: 9 additions & 5 deletions docs/man/man1/abcrypt-help.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ifdef::revnumber[:mansource: abcrypt {revnumber}]
ifndef::revnumber[:mansource: abcrypt]
:manmanual: General Commands Manual
:includedir: ./include
ifndef::site-gen-antora[:includedir: ./include]

== NAME

Expand All @@ -33,13 +33,17 @@ _COMMAND_::

Subcommand to print the help.

include::{includedir}/section-exit-status.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-exit-status.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-exit-status.adoc[]]

include::{includedir}/section-notes.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-notes.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-notes.adoc[]]

include::{includedir}/section-reporting-bugs.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-reporting-bugs.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-reporting-bugs.adoc[]]

include::{includedir}/section-copyright.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-copyright.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-copyright.adoc[]]

== SEE ALSO

Expand Down
Loading

0 comments on commit 8fcefe1

Please sign in to comment.