From f958d76473d1cc4a4198534c2a558171fee64845 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:54:21 +0200 Subject: [PATCH] [Documentation] Release (#1450) Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- .github/aeruginous.cff | 4 ++-- .version | 2 +- CHANGELOG.ron | 18 ++++++++++++++++++ CITATION.cff | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- ...40527_182043_GitHub_Actions_msrv-1.78.0.ron | 8 -------- src/lib.rs | 2 +- 8 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 changelog.d/20240527_182043_GitHub_Actions_msrv-1.78.0.ron diff --git a/.github/aeruginous.cff b/.github/aeruginous.cff index 9ca97c09..a7da9cf5 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-04-15 +date-released: 2024-05-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.7.12 +version: 3.7.13 diff --git a/.version b/.version index f7e5aa84..214b521f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.7.12 +3.7.13 diff --git a/CHANGELOG.ron b/CHANGELOG.ron index 0c8dcef1..5143b9b1 100644 --- a/CHANGELOG.ron +++ b/CHANGELOG.ron @@ -4,6 +4,24 @@ }, 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: 13, + ), + released: "2024-05-27T18:49:24.111417356Z", + introduction: None, + changes: ( + references: {}, + changes: { + "Changed": [ + "MSRV: 1.78.0", + ], + }, + ), + ), ( references: {}, version: ( diff --git a/CITATION.cff b/CITATION.cff index ab023702..7ffab401 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-04-15 +date-released: 2024-05-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.7.12 +version: 3.7.13 references: - type: software date-released: 2024-04-15 diff --git a/Cargo.lock b/Cargo.lock index 4868d612..65758463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aeruginous" -version = "3.7.12" +version = "3.7.13" dependencies = [ "aeruginous-io", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 84bac3ec..87ce19f2 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.78.0" -version = "3.7.12" +version = "3.7.13" diff --git a/changelog.d/20240527_182043_GitHub_Actions_msrv-1.78.0.ron b/changelog.d/20240527_182043_GitHub_Actions_msrv-1.78.0.ron deleted file mode 100644 index 7f987ae4..00000000 --- a/changelog.d/20240527_182043_GitHub_Actions_msrv-1.78.0.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Changed": [ - "MSRV: 1.78.0", - ], - }, -) diff --git a/src/lib.rs b/src/lib.rs index 200a8328..69aa58da 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.12"; +pub const VERSION: &str = "v3.7.13"; /******************************************************************************/