diff --git a/.github/CFF/clap.yml b/.github/CFF/clap.yml index e2b0a630..c4cace46 100644 --- a/.github/CFF/clap.yml +++ b/.github/CFF/clap.yml @@ -1,6 +1,6 @@ - type: software - date-released: 2023-07-18 - version: 4.3.15 + date-released: 2023-07-19 + version: 4.3.17 abstract: A full featured, fast Command Line Argument Parser for Rust authors: - alias: kbknapp diff --git a/.github/release.yml b/.github/release.yml index 6f079071..8268b04b 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -20,7 +20,7 @@ ################################################################################ ## ## AUTHOR Kevin Matthes -## BRIEF Settings for GitHub release note generation. +## BRIEF Settings for the GitHub release note generation. ## COPYRIGHT GPL-3.0 ## DATE 2023 ## FILE release.yml diff --git a/CITATION.cff b/CITATION.cff index 3922c188..ac3d4b28 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -114,8 +114,8 @@ references: license: "CC-BY-4.0" doi: 10.5281/zenodo.5171937 - type: software - date-released: 2023-07-18 - version: 4.3.15 + date-released: 2023-07-19 + version: 4.3.17 abstract: A full featured, fast Command Line Argument Parser for Rust authors: - alias: kbknapp diff --git a/changelog.d/20230719_164231_GitHub_Actions_clap-v4.3.17.ron b/changelog.d/20230719_164231_GitHub_Actions_clap-v4.3.17.ron new file mode 100644 index 00000000..789f14c7 --- /dev/null +++ b/changelog.d/20230719_164231_GitHub_Actions_clap-v4.3.17.ron @@ -0,0 +1,8 @@ +( + references: {}, + changes: { + "Added": [ + "CFF: entry for ``clap`` v4.3.17", + ], + }, +)