diff --git a/CITATION.cff b/CITATION.cff index 344b32d0..d8b3f304 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -151,22 +151,6 @@ references: repository-code: https://github.com/chronotope/chrono title: chrono url: https://docs.rs/chrono - - type: software - date-released: 2023-06-20 - version: 4.3.5 - abstract: A full featured, fast Command Line Argument Parser for Rust - authors: - - alias: kbknapp - family-names: Knapp - given-names: Kevin B. - - name: The Clap Community - license: - - Apache-2.0 - - MIT - repository-artifact: https://crates.io/crates/clap - repository-code: https://github.com/clap-rs/clap - title: clap - url: https://docs.rs/clap - type: software date-released: 2023-06-22 version: 0.6.1 @@ -185,3 +169,19 @@ references: repository-code: https://github.com/sorairolake/sysexits-rs title: sysexits-rs url: https://docs.rs/sysexits + - type: software + date-released: 2023-06-23 + version: 4.3.8 + abstract: A full featured, fast Command Line Argument Parser for Rust + authors: + - alias: kbknapp + family-names: Knapp + given-names: Kevin B. + - name: The Clap Community + license: + - Apache-2.0 + - MIT + repository-artifact: https://crates.io/crates/clap + repository-code: https://github.com/clap-rs/clap + title: clap + url: https://docs.rs/clap diff --git a/changelog.d/20230626_170009_GitHub_Actions_clap-v4.3.8.ron b/changelog.d/20230626_170009_GitHub_Actions_clap-v4.3.8.ron new file mode 100644 index 00000000..2a4efbe0 --- /dev/null +++ b/changelog.d/20230626_170009_GitHub_Actions_clap-v4.3.8.ron @@ -0,0 +1,8 @@ +( + references: {}, + changes: { + "Added": [ + "CFF: entry for ``clap`` v4.3.8", + ], + }, +)