From 686614e3b2a472857f2bbdfc6ab424938bf5a35f Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Wed, 19 Jul 2023 18:39:55 +0200 Subject: [PATCH 1/4] Update release.yml --- .github/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5d9a40439b680496bd3b11564f5f391feb97f621 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Wed, 19 Jul 2023 18:40:45 +0200 Subject: [PATCH 2/4] Added ::= CFF: entry for ``clap`` v4.3.17 --- .github/CFF/clap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 01348838172345ff9e7db5646af18fd39c044f8f Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:40:58 +0000 Subject: [PATCH 3/4] [GitHub Actions] Assemble CITATION.cff --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 9c2a0c28da6f412a8cd77a20c5a2a11931df077c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:42:31 +0000 Subject: [PATCH 4/4] Create summary of recent changes --- .../20230719_164231_GitHub_Actions_clap-v4.3.17.ron | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog.d/20230719_164231_GitHub_Actions_clap-v4.3.17.ron 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", + ], + }, +)