diff --git a/CITATION.cff b/CITATION.cff index 452ec561..214b2320 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -68,5 +68,19 @@ references: repository-code: https://github.com/sorairolake/sysexits-rs title: sysexits-rs url: https://docs.rs/sysexits - -################################################################################ + - type: software + date-released: 2023-02-28 + version: 4.1.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/20230310_132139_41898282+github-actions[bot]_clap_cff.rst b/changelog.d/20230310_132139_41898282+github-actions[bot]_clap_cff.rst new file mode 100644 index 00000000..838e9a5b --- /dev/null +++ b/changelog.d/20230310_132139_41898282+github-actions[bot]_clap_cff.rst @@ -0,0 +1,34 @@ +.. A new scriv changelog fragment. +.. +.. Uncomment the header that is right (remove the leading dots). +.. +Added +..... + +- CFF: cite Rust crate ``clap`` + +.. Changed +.. ....... +.. +.. - A bullet item for the Changed category. +.. +.. Deprecated +.. .......... +.. +.. - A bullet item for the Deprecated category. +.. +.. Fixed +.. ..... +.. +.. - A bullet item for the Fixed category. +.. +.. Removed +.. ....... +.. +.. - A bullet item for the Removed category. +.. +.. Security +.. ........ +.. +.. - A bullet item for the Security category. +..