From 957c7c38f552cd2eec7d6990cb437f18e32c2f73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:40:15 +0000 Subject: [PATCH] [GitHub Actions] Assemble CHANGELOG and Increment Versions (#72) Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- .github/aeruginous-io.cff | 4 +-- .version | 2 +- CHANGELOG.ron | 27 +++++++++++++++++++ CITATION.cff | 4 +-- Cargo.lock | 2 +- Cargo.toml | 2 +- ...0_GitHub_Actions_obsolete-clippy-mercy.ron | 9 ------- ..._GitHub_Actions_truncate-path-buf-like.ron | 12 --------- ...1_GitHub_Actions_io-example-truncation.ron | 8 ------ src/lib.rs | 2 +- 10 files changed, 35 insertions(+), 37 deletions(-) delete mode 100644 changelog.d/20240118_162120_GitHub_Actions_obsolete-clippy-mercy.ron delete mode 100644 changelog.d/20240125_122001_GitHub_Actions_truncate-path-buf-like.ron delete mode 100644 changelog.d/20240125_132721_GitHub_Actions_io-example-truncation.ron diff --git a/.github/aeruginous-io.cff b/.github/aeruginous-io.cff index 1088ac7..4cd5f21 100644 --- a/.github/aeruginous-io.cff +++ b/.github/aeruginous-io.cff @@ -6,7 +6,7 @@ authors: family-names: Matthes given-names: Kevin cff-version: 1.2.0 -date-released: 2024-01-14 +date-released: 2024-01-25 keywords: - Rust - aeruginous @@ -16,4 +16,4 @@ repository-artifact: https://crates.io/crates/aeruginous-io repository-code: https://github.com/kevinmatthes/aeruginous-io title: aeruginous-io url: https://github.com/kevinmatthes/aeruginous-io -version: 0.3.0 +version: 0.4.0 diff --git a/.version b/.version index 0d91a54..1d0ba9e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/CHANGELOG.ron b/CHANGELOG.ron index be9ab56..d25c52d 100644 --- a/CHANGELOG.ron +++ b/CHANGELOG.ron @@ -4,6 +4,33 @@ }, 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: 0, + minor: 4, + patch: 0, + ), + released: "2024-01-25T13:36:37.082844541Z", + introduction: None, + changes: ( + references: {}, + changes: { + "Added": [ + "PathBufLikeTruncation", + "PathBufLikeTruncation::truncate_loudly", + "PathBufLikeTruncation::truncate_silently", + "src/writing.rs", + "tests for PathBufLikeTruncation", + "tests/writing.rs", + ], + "Fixed": [ + "BufReadReader: rename generics to be more intuitive", + "Clippy: mercy on multiple crate versions", + ], + }, + ), + ), ( references: {}, version: ( diff --git a/CITATION.cff b/CITATION.cff index d89855a..01e3d7d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,7 +6,7 @@ authors: family-names: Matthes given-names: Kevin cff-version: 1.2.0 -date-released: 2024-01-14 +date-released: 2024-01-25 keywords: - Rust - aeruginous @@ -16,7 +16,7 @@ repository-artifact: https://crates.io/crates/aeruginous-io repository-code: https://github.com/kevinmatthes/aeruginous-io title: aeruginous-io url: https://github.com/kevinmatthes/aeruginous-io -version: 0.3.0 +version: 0.4.0 references: - type: software date-released: 2024-01-18 diff --git a/Cargo.lock b/Cargo.lock index a2863ea..91f8559 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aeruginous-io" -version = "0.3.0" +version = "0.4.0" dependencies = [ "sysexits", ] diff --git a/Cargo.toml b/Cargo.toml index de3302f..75a9284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ name = "aeruginous-io" readme = "README.md" repository = "https://github.com/kevinmatthes/aeruginous-io" rust-version = "1.75.0" -version = "0.3.0" +version = "0.4.0" diff --git a/changelog.d/20240118_162120_GitHub_Actions_obsolete-clippy-mercy.ron b/changelog.d/20240118_162120_GitHub_Actions_obsolete-clippy-mercy.ron deleted file mode 100644 index 8f2497b..0000000 --- a/changelog.d/20240118_162120_GitHub_Actions_obsolete-clippy-mercy.ron +++ /dev/null @@ -1,9 +0,0 @@ -( - references: {}, - changes: { - "Fixed": [ - "BufReadReader: rename generics to be more intuitive", - "Clippy: mercy on multiple crate versions", - ], - }, -) diff --git a/changelog.d/20240125_122001_GitHub_Actions_truncate-path-buf-like.ron b/changelog.d/20240125_122001_GitHub_Actions_truncate-path-buf-like.ron deleted file mode 100644 index 571f669..0000000 --- a/changelog.d/20240125_122001_GitHub_Actions_truncate-path-buf-like.ron +++ /dev/null @@ -1,12 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "PathBufLikeTruncation", - "PathBufLikeTruncation::truncate_loudly", - "PathBufLikeTruncation::truncate_silently", - "src/writing.rs", - "tests/writing.rs", - ], - }, -) diff --git a/changelog.d/20240125_132721_GitHub_Actions_io-example-truncation.ron b/changelog.d/20240125_132721_GitHub_Actions_io-example-truncation.ron deleted file mode 100644 index 1148975..0000000 --- a/changelog.d/20240125_132721_GitHub_Actions_io-example-truncation.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "tests for PathBufLikeTruncation", - ], - }, -) diff --git a/src/lib.rs b/src/lib.rs index aee768f..7ebae15 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -138,6 +138,6 @@ pub use writing::PathBufLikeTruncation; pub const NAME: &str = "aeruginous-io"; /// This crate's version. -pub const VERSION: &str = "v0.3.0"; +pub const VERSION: &str = "v0.4.0"; /******************************************************************************/