Skip to content

Commit

Permalink
[Documentation] Add CFF Entry for sysexits v0.6.1 (#386)
Browse files Browse the repository at this point in the history
* Added ::= CFF:  entry for ``sysexits`` v0.6.1

* Create summary of recent changes

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kevinmatthes and github-actions[bot] authored Jun 22, 2023
1 parent 689d38d commit 8ac6205
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 deletions.
36 changes: 18 additions & 18 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -127,24 +127,6 @@ references:
- credit
license: "CC-BY-4.0"
doi: 10.5281/zenodo.5171937
- type: software
date-released: 2023-05-15
version: 0.6.0
abstract: The system exit codes as defined by <sysexits.h> for Rust
authors:
- alias: sorairolake
family-names: Sakai
given-names: Shun
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
license:
- Apache-2.0
- MIT
repository-artifact: https://crates.io/crates/sysexits
repository-code: https://github.com/sorairolake/sysexits-rs
title: sysexits-rs
url: https://docs.rs/sysexits
- type: software
date-released: 2023-05-31
version: 0.4.26
Expand Down Expand Up @@ -185,3 +167,21 @@ references:
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
abstract: The system exit codes as defined by <sysexits.h> for Rust
authors:
- alias: sorairolake
family-names: Sakai
given-names: Shun
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
license:
- Apache-2.0
- MIT
repository-artifact: https://crates.io/crates/sysexits
repository-code: https://github.com/sorairolake/sysexits-rs
title: sysexits-rs
url: https://docs.rs/sysexits
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(
references: {},
changes: {
"Added": [
"CFF: entry for ``sysexits`` v0.6.1",
],
},
)

0 comments on commit 8ac6205

Please sign in to comment.