From 6666b0944417f5f91b3e9b3b05f844c5fe236641 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:07:56 +0000 Subject: [PATCH] [GitHub Actions] Assemble CHANGELOG and Increment Versions (#973) Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- .github/aeruginous.cff | 4 +-- .version | 2 +- CHANGELOG.ron | 30 +++++++++++++++++++ CITATION.cff | 4 +-- Cargo.lock | 2 +- Cargo.toml | 2 +- .../20231227_174034_GitHub_Actions_mkcws.ron | 10 ------- ...227_193214_GitHub_Actions_readme-mkcws.ron | 8 ----- ...526_GitHub_Actions_cargo-toml-keywords.ron | 16 ---------- src/lib.rs | 2 +- 10 files changed, 38 insertions(+), 42 deletions(-) delete mode 100644 changelog.d/20231227_174034_GitHub_Actions_mkcws.ron delete mode 100644 changelog.d/20231227_193214_GitHub_Actions_readme-mkcws.ron delete mode 100644 changelog.d/20231227_195526_GitHub_Actions_cargo-toml-keywords.ron diff --git a/.github/aeruginous.cff b/.github/aeruginous.cff index 1a261f71..b69fef97 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: 2023-12-23 +date-released: 2023-12-27 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.5.0 +version: 3.6.0 diff --git a/.version b/.version index 1545d966..40c341bd 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.5.0 +3.6.0 diff --git a/CHANGELOG.ron b/CHANGELOG.ron index ce348552..68402397 100644 --- a/CHANGELOG.ron +++ b/CHANGELOG.ron @@ -4,6 +4,36 @@ }, 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: 6, + patch: 0, + ), + released: "2023-12-27T20:02:53.875907234Z", + introduction: None, + changes: ( + references: {}, + changes: { + "Added": [ + "CI: add ``mkcws`` feature", + "Cargo.toml: declare new feature ``mkcws``", + "Cargo.toml: keyword ``linter``; fixes #961", + "Cargo.toml: keyword ``toolbox``; fixes #960", + "README: document mkcws; fixes #967", + "mkcws", + ], + "Fixed": [ + "cff-create: unit tests", + ], + "Removed": [ + "Cargo.toml: keyword ``rs2md``; fixes #963", + "Cargo.toml: keyword ``uncrlf``; fixes #962", + ], + }, + ), + ), ( references: {}, version: ( diff --git a/CITATION.cff b/CITATION.cff index deb75bc4..64350242 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: 2023-12-23 +date-released: 2023-12-27 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.5.0 +version: 3.6.0 references: - type: software date-released: 2023-09-15 diff --git a/Cargo.lock b/Cargo.lock index 249ed0af..5f175977 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aeruginous" -version = "3.5.0" +version = "3.6.0" dependencies = [ "anstyle", "cargo-lock", diff --git a/Cargo.toml b/Cargo.toml index a2f3fe8a..83741fe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,4 +47,4 @@ name = "aeruginous" readme = "README.md" repository = "https://github.com/kevinmatthes/aeruginous-rs" rust-version = "1.74.1" -version = "3.5.0" +version = "3.6.0" diff --git a/changelog.d/20231227_174034_GitHub_Actions_mkcws.ron b/changelog.d/20231227_174034_GitHub_Actions_mkcws.ron deleted file mode 100644 index bf212e68..00000000 --- a/changelog.d/20231227_174034_GitHub_Actions_mkcws.ron +++ /dev/null @@ -1,10 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "CI: add ``mkcws`` feature", - "Cargo.toml: declare new feature ``mkcws``", - "mkcws", - ], - }, -) diff --git a/changelog.d/20231227_193214_GitHub_Actions_readme-mkcws.ron b/changelog.d/20231227_193214_GitHub_Actions_readme-mkcws.ron deleted file mode 100644 index e1463179..00000000 --- a/changelog.d/20231227_193214_GitHub_Actions_readme-mkcws.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "README: document mkcws; fixes #967", - ], - }, -) diff --git a/changelog.d/20231227_195526_GitHub_Actions_cargo-toml-keywords.ron b/changelog.d/20231227_195526_GitHub_Actions_cargo-toml-keywords.ron deleted file mode 100644 index 9005d032..00000000 --- a/changelog.d/20231227_195526_GitHub_Actions_cargo-toml-keywords.ron +++ /dev/null @@ -1,16 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "Cargo.toml: keyword ``linter``; fixes #961", - "Cargo.toml: keyword ``toolbox``; fixes #960", - ], - "Fixed": [ - "cff-create: unit tests", - ], - "Removed": [ - "Cargo.toml: keyword ``rs2md``; fixes #963", - "Cargo.toml: keyword ``uncrlf``; fixes #962", - ], - }, -) diff --git a/src/lib.rs b/src/lib.rs index 59e11817..6672a3c7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -487,6 +487,6 @@ pub const SELF_DESCRIPTION: &str = "The Aeruginous Open Source Development Toolbox"; /// This crate's version. -pub const VERSION: &str = "v3.5.0"; +pub const VERSION: &str = "v3.6.0"; /******************************************************************************/