From 57689bd38fc044d85676cb8432cfe68ec3ef3b94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:16:01 +0000 Subject: [PATCH] [GitHub Actions] Assemble CHANGELOG and Increment Versions (#1203) Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- .github/aeruginous.cff | 4 ++-- .version | 2 +- CHANGELOG.ron | 22 +++++++++++++++++++ CITATION.cff | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- ...itHub_Actions_migrate-to-vector-reader.ron | 9 -------- ..._GitHub_Actions_broken-links-io-method.ron | 4 ---- ...0209_150403_GitHub_Actions_msrv-1-76-0.ron | 8 ------- src/lib.rs | 2 +- 10 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 changelog.d/20240204_203344_GitHub_Actions_migrate-to-vector-reader.ron delete mode 100644 changelog.d/20240204_204743_GitHub_Actions_broken-links-io-method.ron delete mode 100644 changelog.d/20240209_150403_GitHub_Actions_msrv-1-76-0.ron diff --git a/.github/aeruginous.cff b/.github/aeruginous.cff index 0d81e967..4aa9f89c 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-02 +date-released: 2024-02-09 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.6 +version: 3.7.7 diff --git a/.version b/.version index 897e56be..d2577d97 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.7.6 +3.7.7 diff --git a/CHANGELOG.ron b/CHANGELOG.ron index 401db14b..453094ef 100644 --- a/CHANGELOG.ron +++ b/CHANGELOG.ron @@ -4,6 +4,28 @@ }, 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: 7, + ), + released: "2024-02-09T15:09:58.904542579Z", + introduction: None, + changes: ( + references: {}, + changes: { + "Changed": [ + "MSRV: 1.76.0", + ], + "Deprecated": [ + "PatternIOProcessor::io", + "PatternIOProcessor::io_silent", + ], + }, + ), + ), ( references: {}, version: ( diff --git a/CITATION.cff b/CITATION.cff index 73cd5b69..87ec98a5 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-02 +date-released: 2024-02-09 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.6 +version: 3.7.7 references: - type: software date-released: 2024-01-25 diff --git a/Cargo.lock b/Cargo.lock index 8fbc9568..c9046d43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aeruginous" -version = "3.7.6" +version = "3.7.7" dependencies = [ "aeruginous-io", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index a2f1e61a..b4cfd3fd 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.6" +version = "3.7.7" diff --git a/changelog.d/20240204_203344_GitHub_Actions_migrate-to-vector-reader.ron b/changelog.d/20240204_203344_GitHub_Actions_migrate-to-vector-reader.ron deleted file mode 100644 index 13f376f0..00000000 --- a/changelog.d/20240204_203344_GitHub_Actions_migrate-to-vector-reader.ron +++ /dev/null @@ -1,9 +0,0 @@ -( - references: {}, - changes: { - "Deprecated": [ - "PatternIOProcessor::io", - "PatternIOProcessor::io_silent", - ], - }, -) diff --git a/changelog.d/20240204_204743_GitHub_Actions_broken-links-io-method.ron b/changelog.d/20240204_204743_GitHub_Actions_broken-links-io-method.ron deleted file mode 100644 index e7334b03..00000000 --- a/changelog.d/20240204_204743_GitHub_Actions_broken-links-io-method.ron +++ /dev/null @@ -1,4 +0,0 @@ -( - references: {}, - changes: { }, -) diff --git a/changelog.d/20240209_150403_GitHub_Actions_msrv-1-76-0.ron b/changelog.d/20240209_150403_GitHub_Actions_msrv-1-76-0.ron deleted file mode 100644 index ae652d5b..00000000 --- a/changelog.d/20240209_150403_GitHub_Actions_msrv-1-76-0.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Changed": [ - "MSRV: 1.76.0", - ], - }, -) diff --git a/src/lib.rs b/src/lib.rs index 1728bb17..606708a1 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.6"; +pub const VERSION: &str = "v3.7.7"; /******************************************************************************/