Skip to content

Commit 8fcefe1

Browse files
committed
Release abcrypt-cli version 0.3.2
2 parents b3dcc3f + 27ad019 commit 8fcefe1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+175
-105
lines changed

.github/workflows/CD.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
targets: ${{ matrix.target }}
6060
- name: Install cross
6161
if: ${{ matrix.use-cross }}
62-
uses: taiki-e/[email protected].17
62+
uses: taiki-e/[email protected].20
6363
with:
6464
tool: cross
6565
- name: Cache build artifacts

Cargo.lock

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

crates/abcrypt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ argon2 = { version = "0.5.3", default-features = false }
4444
blake2 = { version = "0.10.6", default-features = false }
4545
chacha20poly1305 = { version = "0.10.1", default-features = false, features = ["getrandom"] }
4646
rand = { version = "0.8.5", default-features = false, features = ["getrandom", "std_rng"] }
47-
serde = { version = "1.0.197", default-features = false, features = ["derive"], optional = true }
47+
serde = { version = "1.0.198", default-features = false, features = ["derive"], optional = true }
4848

4949
[dev-dependencies]
5050
anyhow.workspace = true

crates/capi/docs/man

-1
This file was deleted.

crates/capi/docs/man/man3

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../docs/man/man3

crates/cli/CHANGELOG.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ 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.1\...abcrypt-cli-v0.3.2[0.3.2] - 2024-04-17
18+
19+
=== Changed
20+
21+
* Change to remove unnecessary files from the book
22+
({pull-request-url}/382[#382])
23+
1724
== {compare-url}/abcrypt-cli-v0.3.0\...abcrypt-cli-v0.3.1[0.3.1] - 2024-04-16
1825

1926
=== Added

crates/cli/Cargo.toml

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

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

crates/cli/docs/man

-1
This file was deleted.

crates/cli/docs/man/man1

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../docs/man/man1

crates/cli/docs/man/man5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../docs/man/man5

docs/book/modules/capi/pages/man

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/ABCRYPT_HEADER_SIZE.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/ABCRYPT_TAG_SIZE.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_decrypt.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_encrypt.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_encrypt_with_params.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_error_code.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_error_message.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_error_message_out_len.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_params.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_params_free.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_params_memory_cost.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_params_new.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_params_parallelism.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_params_read.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/abcrypt_params_time_cost.3.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man3/include

docs/book/modules/cli/pages/man

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man1/abcrypt-decrypt.1.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man1/abcrypt-encrypt.1.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man1/abcrypt-help.1.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man1/abcrypt-information.1.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man1/abcrypt.1.adoc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../man/man1/include

docs/man/man1/abcrypt-decrypt.1.adoc

+9-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ifdef::revnumber[:mansource: abcrypt {revnumber}]
1010
ifndef::revnumber[:mansource: abcrypt]
1111
:manmanual: General Commands Manual
12-
:includedir: ./include
12+
ifndef::site-gen-antora[:includedir: ./include]
1313

1414
== NAME
1515

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

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

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

7779
== EXAMPLES
7880

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

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

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

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

99103
== SEE ALSO
100104

docs/man/man1/abcrypt-encrypt.1.adoc

+9-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ifdef::revnumber[:mansource: abcrypt {revnumber}]
1010
ifndef::revnumber[:mansource: abcrypt]
1111
:manmanual: General Commands Manual
12-
:includedir: ./include
12+
ifndef::site-gen-antora[:includedir: ./include]
1313

1414
== NAME
1515

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

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

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

100102
== EXAMPLES
101103

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

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

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

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

126130
== SEE ALSO
127131

docs/man/man1/abcrypt-help.1.adoc

+9-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ifdef::revnumber[:mansource: abcrypt {revnumber}]
1010
ifndef::revnumber[:mansource: abcrypt]
1111
:manmanual: General Commands Manual
12-
:includedir: ./include
12+
ifndef::site-gen-antora[:includedir: ./include]
1313

1414
== NAME
1515

@@ -33,13 +33,17 @@ _COMMAND_::
3333

3434
Subcommand to print the help.
3535

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

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

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

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

4448
== SEE ALSO
4549

0 commit comments

Comments
 (0)