From 08920c844eb2b91f7102928895900ef3fcae5f79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 23:55:29 +0000 Subject: [PATCH] [GitHub Actions] Assemble CHANGELOG and Increment Versions (#371) Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- .version | 2 +- CHANGELOG.ron | 46 +++++++++++++++++-- CITATION.cff | 4 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- ...rename-changelog-assembly-workflow-job.ron | 8 ---- ...1358_GitHub_Actions_auto-release-notes.ron | 8 ---- ...s_automatic-release-on-ronlog-assembly.ron | 8 ---- ...404_GitHub_Actions_create-missing-dirs.ron | 11 ----- ..._GitHub_Actions_unite-ronlog-utilities.ron | 22 --------- ...2_GitHub_Actions_release-optimisations.ron | 8 ---- src/lib.rs | 4 +- 13 files changed, 51 insertions(+), 76 deletions(-) delete mode 100644 changelog.d/20230620_202428_GitHub_Actions_rename-changelog-assembly-workflow-job.ron delete mode 100644 changelog.d/20230620_221358_GitHub_Actions_auto-release-notes.ron delete mode 100644 changelog.d/20230620_222609_GitHub_Actions_automatic-release-on-ronlog-assembly.ron delete mode 100644 changelog.d/20230621_024404_GitHub_Actions_create-missing-dirs.ron delete mode 100644 changelog.d/20230621_231346_GitHub_Actions_unite-ronlog-utilities.ron delete mode 100644 changelog.d/20230621_233452_GitHub_Actions_release-optimisations.ron diff --git a/.version b/.version index c043eea7..b1b25a5f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.2.1 +2.2.2 diff --git a/CHANGELOG.ron b/CHANGELOG.ron index 2a15798c..d0671cec 100644 --- a/CHANGELOG.ron +++ b/CHANGELOG.ron @@ -4,6 +4,46 @@ }, 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: 2, + minor: 2, + patch: 2, + ), + released: "2023-06-21T23:44:36.263854103+00:00", + introduction: None, + changes: ( + references: {}, + changes: { + "Added": [ + "CI: create release on RONLOG assembly", + "enum_trait", + "tests/macros.rs", + "CI: settings for the automated release notes", + ], + "Removed": [ + "Scriv: configuration", + "src/changelog/section.rs", + "src/changelog/action.rs", + "tests/version_range.rs", + "tests/ronlog_action.rs", + "tests/getters.rs", + "tests/implement.rs", + ], + "Changed": [ + "move RonlogSection definition to RONLOG source file", + "move RonlogAction definition to RONLOG source file", + "src/version.rs: apply new enum_trait macro", + "comment-changes: update README description", + ], + "Fixed": [ + "CI: rename RONLOG assembly workflow job", + "comment-changes: create missing target directories", + ], + }, + ), + ), ( references: {}, version: ( @@ -22,14 +62,14 @@ "comment-changes: stop at certain commit SHA; fixes #336", "CFF: entry for ``clap`` v4.3.5", ], - "Fixed": [ - "CI: redundant test runs", - ], "Changed": [ "CI: rename release preparation workflow to ``ronlog.yml``", "README: enhance documentation of RONLOG mode", "CI: mirror README from src/lib.rs during release workflow", ], + "Fixed": [ + "CI: redundant test runs", + ], }, ), ), diff --git a/CITATION.cff b/CITATION.cff index a306244b..90eac283 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -34,8 +34,8 @@ cff-version: 1.2.0 message: Please cite this software using these information. # Version information. -date-released: 2023-06-20 -version: 2.2.1 +date-released: 2023-06-21 +version: 2.2.2 # Project information. abstract: The Aeruginous Open Source Development Toolbox. diff --git a/Cargo.lock b/Cargo.lock index 18fde497..d15d2fbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aeruginous" -version = "2.2.1" +version = "2.2.2" dependencies = [ "anstyle", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4476f3ea..c3471970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ name = "aeruginous" readme = "README.md" repository = "https://github.com/kevinmatthes/aeruginous-rs" rust-version = "1.70.0" -version = "2.2.1" +version = "2.2.2" [dependencies] anstyle = "1.0.1" diff --git a/README.md b/README.md index 0806f0fd..f23125dd 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The Aeruginous Open Source Development Toolbox. 1. [`uncrlf`](#uncrlf) --> -The current code coverage is **63.84%**. +The current code coverage is **63.45%**. ## License diff --git a/changelog.d/20230620_202428_GitHub_Actions_rename-changelog-assembly-workflow-job.ron b/changelog.d/20230620_202428_GitHub_Actions_rename-changelog-assembly-workflow-job.ron deleted file mode 100644 index 0453713c..00000000 --- a/changelog.d/20230620_202428_GitHub_Actions_rename-changelog-assembly-workflow-job.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Fixed": [ - "CI: rename RONLOG assembly workflow job", - ], - }, -) diff --git a/changelog.d/20230620_221358_GitHub_Actions_auto-release-notes.ron b/changelog.d/20230620_221358_GitHub_Actions_auto-release-notes.ron deleted file mode 100644 index b505aefc..00000000 --- a/changelog.d/20230620_221358_GitHub_Actions_auto-release-notes.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "CI: settings for the automated release notes", - ], - }, -) diff --git a/changelog.d/20230620_222609_GitHub_Actions_automatic-release-on-ronlog-assembly.ron b/changelog.d/20230620_222609_GitHub_Actions_automatic-release-on-ronlog-assembly.ron deleted file mode 100644 index 75c000c2..00000000 --- a/changelog.d/20230620_222609_GitHub_Actions_automatic-release-on-ronlog-assembly.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "CI: create release on RONLOG assembly", - ], - }, -) diff --git a/changelog.d/20230621_024404_GitHub_Actions_create-missing-dirs.ron b/changelog.d/20230621_024404_GitHub_Actions_create-missing-dirs.ron deleted file mode 100644 index dfa3f5a1..00000000 --- a/changelog.d/20230621_024404_GitHub_Actions_create-missing-dirs.ron +++ /dev/null @@ -1,11 +0,0 @@ -( - references: {}, - changes: { - "Changed": [ - "comment-changes: update README description", - ], - "Fixed": [ - "comment-changes: create missing target directories", - ], - }, -) diff --git a/changelog.d/20230621_231346_GitHub_Actions_unite-ronlog-utilities.ron b/changelog.d/20230621_231346_GitHub_Actions_unite-ronlog-utilities.ron deleted file mode 100644 index 1aaf5b9c..00000000 --- a/changelog.d/20230621_231346_GitHub_Actions_unite-ronlog-utilities.ron +++ /dev/null @@ -1,22 +0,0 @@ -( - references: {}, - changes: { - "Removed": [ - "src/changelog/section.rs", - "src/changelog/action.rs", - "tests/version_range.rs", - "tests/ronlog_action.rs", - "tests/getters.rs", - "tests/implement.rs", - ], - "Added": [ - "enum_trait", - "tests/macros.rs", - ], - "Changed": [ - "move RonlogSection definition to RONLOG source file", - "move RonlogAction definition to RONLOG source file", - "src/version.rs: apply new enum_trait macro", - ], - }, -) diff --git a/changelog.d/20230621_233452_GitHub_Actions_release-optimisations.ron b/changelog.d/20230621_233452_GitHub_Actions_release-optimisations.ron deleted file mode 100644 index fb2aef3c..00000000 --- a/changelog.d/20230621_233452_GitHub_Actions_release-optimisations.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Removed": [ - "Scriv: configuration", - ], - }, -) diff --git a/src/lib.rs b/src/lib.rs index 0ed83e6e..9bfeb0e5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -73,7 +73,7 @@ //! 1. [`uncrlf`](#uncrlf) //! --> //! -//! The current code coverage is **63.84%**. +//! The current code coverage is **63.45%**. //! //! ## License //! @@ -385,6 +385,6 @@ pub const SELF_DESCRIPTION: &str = "The Aeruginous Open Source Development Toolbox"; /// This crate's version. -pub const VERSION: &str = "v2.2.1"; +pub const VERSION: &str = "v2.2.2"; /******************************************************************************/