From 9769074cd63fca4d0ee1eca0a7d0eee99d7a1aae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:14:56 +0000 Subject: [PATCH] [GitHub Actions] Assemble CHANGELOG and Increment Versions (#1228) Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- .github/aeruginous.cff | 4 +-- .version | 2 +- CHANGELOG.ron | 25 +++++++++++++++++++ CITATION.cff | 4 +-- Cargo.lock | 2 +- Cargo.toml | 2 +- ...itHub_Actions_changelog-ron-typo-3-6-3.ron | 4 --- ...tions_migrate-to-other-renovate-linter.ron | 8 ------ ..._GitHub_Actions_path-buf-like-appendix.ron | 8 ------ ...36_GitHub_Actions_complain-range-mercy.ron | 13 ---------- src/lib.rs | 2 +- 11 files changed, 33 insertions(+), 41 deletions(-) delete mode 100644 changelog.d/20240209_162854_GitHub_Actions_changelog-ron-typo-3-6-3.ron delete mode 100644 changelog.d/20240209_192302_GitHub_Actions_migrate-to-other-renovate-linter.ron delete mode 100644 changelog.d/20240211_155413_GitHub_Actions_path-buf-like-appendix.ron delete mode 100644 changelog.d/20240216_133136_GitHub_Actions_complain-range-mercy.ron diff --git a/.github/aeruginous.cff b/.github/aeruginous.cff index 4aa9f89c..bfa4d131 100644 --- a/.github/aeruginous.cff +++ b/.github/aeruginous.cff @@ -4,7 +4,7 @@ authors: family-names: Matthes given-names: Kevin cff-version: 1.2.0 -date-released: 2024-02-09 +date-released: 2024-02-16 keywords: - Rust - aeruginous @@ -36,4 +36,4 @@ repository-artifact: https://crates.io/crates/aeruginous repository-code: https://github.com/kevinmatthes/aeruginous-rs title: Aeruginous url: https://github.com/kevinmatthes/aeruginous-rs -version: 3.7.7 +version: 3.7.8 diff --git a/.version b/.version index d2577d97..a0fc9e07 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.7.7 +3.7.8 diff --git a/CHANGELOG.ron b/CHANGELOG.ron index 000c80de..96f0fe94 100644 --- a/CHANGELOG.ron +++ b/CHANGELOG.ron @@ -4,6 +4,31 @@ }, 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: 3, + minor: 7, + patch: 8, + ), + released: "2024-02-16T14:02:18.019660651Z", + introduction: None, + changes: ( + references: {}, + changes: { + "Added": [ + "CI: run complain linter over .github/ directory; fixes #1222", + "complain: ask for range mercy for rule ÆC-0003", + "complain: further test cases", + ], + "Changed": [ + "CI: call Renovate linter directly", + "README: apply range mercy for URL definition section", + "migrate to aeruginous_io::PathBufLikeAppendix", + ], + }, + ), + ), ( references: {}, version: ( diff --git a/CITATION.cff b/CITATION.cff index 0ad10764..d2f9ea64 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ authors: family-names: Matthes given-names: Kevin cff-version: 1.2.0 -date-released: 2024-02-09 +date-released: 2024-02-16 keywords: - Rust - aeruginous @@ -36,7 +36,7 @@ repository-artifact: https://crates.io/crates/aeruginous repository-code: https://github.com/kevinmatthes/aeruginous-rs title: Aeruginous url: https://github.com/kevinmatthes/aeruginous-rs -version: 3.7.7 +version: 3.7.8 references: - type: software date-released: 2024-02-11 diff --git a/Cargo.lock b/Cargo.lock index 5806c7d1..8416aec3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aeruginous" -version = "3.7.7" +version = "3.7.8" dependencies = [ "aeruginous-io", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 56cbcea2..878701ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,4 +52,4 @@ name = "aeruginous" readme = "README.md" repository = "https://github.com/kevinmatthes/aeruginous-rs" rust-version = "1.76.0" -version = "3.7.7" +version = "3.7.8" diff --git a/changelog.d/20240209_162854_GitHub_Actions_changelog-ron-typo-3-6-3.ron b/changelog.d/20240209_162854_GitHub_Actions_changelog-ron-typo-3-6-3.ron deleted file mode 100644 index 81a62feb..00000000 --- a/changelog.d/20240209_162854_GitHub_Actions_changelog-ron-typo-3-6-3.ron +++ /dev/null @@ -1,4 +0,0 @@ -( - references: {}, - changes: {}, -) diff --git a/changelog.d/20240209_192302_GitHub_Actions_migrate-to-other-renovate-linter.ron b/changelog.d/20240209_192302_GitHub_Actions_migrate-to-other-renovate-linter.ron deleted file mode 100644 index c9a2244d..00000000 --- a/changelog.d/20240209_192302_GitHub_Actions_migrate-to-other-renovate-linter.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Changed": [ - "CI: call Renovate linter directly", - ], - }, -) diff --git a/changelog.d/20240211_155413_GitHub_Actions_path-buf-like-appendix.ron b/changelog.d/20240211_155413_GitHub_Actions_path-buf-like-appendix.ron deleted file mode 100644 index f7c9b30c..00000000 --- a/changelog.d/20240211_155413_GitHub_Actions_path-buf-like-appendix.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Changed": [ - "migrate to aeruginous_io::PathBufLikeAppendix", - ], - }, -) diff --git a/changelog.d/20240216_133136_GitHub_Actions_complain-range-mercy.ron b/changelog.d/20240216_133136_GitHub_Actions_complain-range-mercy.ron deleted file mode 100644 index 674b3297..00000000 --- a/changelog.d/20240216_133136_GitHub_Actions_complain-range-mercy.ron +++ /dev/null @@ -1,13 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "CI: run complain linter over .github/ directory; fixes #1222", - "complain: ask for range mercy for rule ÆC-0003", - "complain: further test cases", - ], - "Changed": [ - "README: apply range mercy for URL definition section", - ], - }, -) diff --git a/src/lib.rs b/src/lib.rs index 3dc18b6b..dcba1c45 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -573,6 +573,6 @@ pub const SELF_DESCRIPTION: &str = "The Aeruginous Open Source Development Toolbox"; /// This crate's version. -pub const VERSION: &str = "v3.7.7"; +pub const VERSION: &str = "v3.7.8"; /******************************************************************************/