From ba5de813962874aa74724b7dc869709911470920 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:54:23 +0000 Subject: [PATCH] [Documentation] Release (#273) * [GitHub Actions] Assemble CHANGELOG and Increment Versions * Skip ::= update CHANGELOG.ron --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> --- .github/aeruginous-io.cff | 4 +-- .version | 2 +- CHANGELOG.ron | 27 +++++++++++++++++++ CITATION.cff | 4 +-- Cargo.lock | 2 +- Cargo.toml | 2 +- ..._153451_GitHub_Actions_fix-badge-lines.ron | 4 --- .../20240216_230445_GitHub_Actions_124.ron | 8 ------ .../20240216_231421_GitHub_Actions_123.ron | 8 ------ .../20240216_233549_GitHub_Actions_122.ron | 8 ------ .../20240218_153750_GitHub_Actions_133.ron | 8 ------ .../20240302_205334_GitHub_Actions_151.ron | 8 ------ ...ons_refine-coverage-table-upload-logic.ron | 4 --- ...ons_refine-coverage-table-upload-logic.ron | 8 ------ src/lib.rs | 2 +- 15 files changed, 35 insertions(+), 64 deletions(-) delete mode 100644 changelog.d/20240211_153451_GitHub_Actions_fix-badge-lines.ron delete mode 100644 changelog.d/20240216_230445_GitHub_Actions_124.ron delete mode 100644 changelog.d/20240216_231421_GitHub_Actions_123.ron delete mode 100644 changelog.d/20240216_233549_GitHub_Actions_122.ron delete mode 100644 changelog.d/20240218_153750_GitHub_Actions_133.ron delete mode 100644 changelog.d/20240302_205334_GitHub_Actions_151.ron delete mode 100644 changelog.d/20240302_210342_GitHub_Actions_refine-coverage-table-upload-logic.ron delete mode 100644 changelog.d/20240302_210807_GitHub_Actions_refine-coverage-table-upload-logic.ron diff --git a/.github/aeruginous-io.cff b/.github/aeruginous-io.cff index 8e7217f..71b39e1 100644 --- a/.github/aeruginous-io.cff +++ b/.github/aeruginous-io.cff @@ -6,7 +6,7 @@ authors: family-names: Matthes given-names: Kevin cff-version: 1.2.0 -date-released: 2024-02-11 +date-released: 2024-06-06 keywords: - Rust - aeruginous @@ -16,4 +16,4 @@ repository-artifact: https://crates.io/crates/aeruginous-io repository-code: https://github.com/kevinmatthes/aeruginous-io title: aeruginous-io url: https://github.com/kevinmatthes/aeruginous-io -version: 0.8.0 +version: 0.8.1 diff --git a/.version b/.version index a3df0a6..6f4eebd 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.8.0 +0.8.1 diff --git a/CHANGELOG.ron b/CHANGELOG.ron index 899c21a..7d567f3 100644 --- a/CHANGELOG.ron +++ b/CHANGELOG.ron @@ -4,6 +4,33 @@ }, introduction: Some("All notable changes to this project are documented in this file.\n\nThe format is based on `Keep a Changelog`_."), sections: [ + ( + references: {}, + version: ( + major: 0, + minor: 8, + patch: 1, + ), + released: "2024-06-06T11:49:35.668876508Z", + introduction: None, + changes: ( + references: {}, + changes: { + "Added": [ + "CHANGELOG: information on LICENSE introduction; fixes #122", + "CI: install cargo-mutants via GHA; fixes #133", + "CI: run Aeruginous complain over .github/ directory; fixes #123", + "README: apply Range of Mercy on URL definition section; fixes #124", + ], + "Changed": [ + "CI: upload PR code coverage report as asset instead of PR comment; fixes #151", + ], + "Fixed": [ + "CI: bug when checking out forks for PR workflow runs", + ], + }, + ), + ), ( references: {}, version: ( diff --git a/CITATION.cff b/CITATION.cff index b11a6ea..71acb5a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,7 +6,7 @@ authors: family-names: Matthes given-names: Kevin cff-version: 1.2.0 -date-released: 2024-02-11 +date-released: 2024-06-06 keywords: - Rust - aeruginous @@ -16,7 +16,7 @@ repository-artifact: https://crates.io/crates/aeruginous-io repository-code: https://github.com/kevinmatthes/aeruginous-io title: aeruginous-io url: https://github.com/kevinmatthes/aeruginous-io -version: 0.8.0 +version: 0.8.1 references: - type: software date-released: 2024-06-05 diff --git a/Cargo.lock b/Cargo.lock index 0154bb2..5da76d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aeruginous-io" -version = "0.8.0" +version = "0.8.1" dependencies = [ "sysexits", ] diff --git a/Cargo.toml b/Cargo.toml index 68abaeb..2613321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ name = "aeruginous-io" readme = "README.md" repository = "https://github.com/kevinmatthes/aeruginous-io" rust-version = "1.78.0" -version = "0.8.0" +version = "0.8.1" diff --git a/changelog.d/20240211_153451_GitHub_Actions_fix-badge-lines.ron b/changelog.d/20240211_153451_GitHub_Actions_fix-badge-lines.ron deleted file mode 100644 index 81a62fe..0000000 --- a/changelog.d/20240211_153451_GitHub_Actions_fix-badge-lines.ron +++ /dev/null @@ -1,4 +0,0 @@ -( - references: {}, - changes: {}, -) diff --git a/changelog.d/20240216_230445_GitHub_Actions_124.ron b/changelog.d/20240216_230445_GitHub_Actions_124.ron deleted file mode 100644 index 1d6530b..0000000 --- a/changelog.d/20240216_230445_GitHub_Actions_124.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "README: apply Range of Mercy on URL definition section; fixes #124", - ], - }, -) diff --git a/changelog.d/20240216_231421_GitHub_Actions_123.ron b/changelog.d/20240216_231421_GitHub_Actions_123.ron deleted file mode 100644 index e5668ab..0000000 --- a/changelog.d/20240216_231421_GitHub_Actions_123.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "CI: run Aeruginous complain over .github/ directory; fixes #123", - ], - }, -) diff --git a/changelog.d/20240216_233549_GitHub_Actions_122.ron b/changelog.d/20240216_233549_GitHub_Actions_122.ron deleted file mode 100644 index 0eccc94..0000000 --- a/changelog.d/20240216_233549_GitHub_Actions_122.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "CHANGELOG: information on LICENSE introduction; fixes #122", - ], - }, -) diff --git a/changelog.d/20240218_153750_GitHub_Actions_133.ron b/changelog.d/20240218_153750_GitHub_Actions_133.ron deleted file mode 100644 index 4d16a90..0000000 --- a/changelog.d/20240218_153750_GitHub_Actions_133.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "CI: install cargo-mutants via GHA; fixes #133", - ], - }, -) diff --git a/changelog.d/20240302_205334_GitHub_Actions_151.ron b/changelog.d/20240302_205334_GitHub_Actions_151.ron deleted file mode 100644 index 9693332..0000000 --- a/changelog.d/20240302_205334_GitHub_Actions_151.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Changed": [ - "CI: upload PR code coverage report as asset instead of PR comment; fixes #151", - ], - }, -) diff --git a/changelog.d/20240302_210342_GitHub_Actions_refine-coverage-table-upload-logic.ron b/changelog.d/20240302_210342_GitHub_Actions_refine-coverage-table-upload-logic.ron deleted file mode 100644 index 81a62fe..0000000 --- a/changelog.d/20240302_210342_GitHub_Actions_refine-coverage-table-upload-logic.ron +++ /dev/null @@ -1,4 +0,0 @@ -( - references: {}, - changes: {}, -) diff --git a/changelog.d/20240302_210807_GitHub_Actions_refine-coverage-table-upload-logic.ron b/changelog.d/20240302_210807_GitHub_Actions_refine-coverage-table-upload-logic.ron deleted file mode 100644 index f6bc54f..0000000 --- a/changelog.d/20240302_210807_GitHub_Actions_refine-coverage-table-upload-logic.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Fixed": [ - "CI: bug when checking forks for PR workflow runs", - ], - }, -) diff --git a/src/lib.rs b/src/lib.rs index 35c68d0..5ceb539 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -142,6 +142,6 @@ pub use writing::{ pub const NAME: &str = "aeruginous-io"; /// This crate's version. -pub const VERSION: &str = "v0.8.0"; +pub const VERSION: &str = "v0.8.1"; /******************************************************************************/