Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#1018)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and kevinmatthes committed Jan 2, 2024
1 parent 15071cb commit 0a25cb9
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/aeruginous.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.2
version: 3.6.3
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.2
3.6.3
27 changes: 27 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -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: 3,
minor: 6,
patch: 3,
),
released: "2024-01-02T21:18:22.499789244Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"Cargo.toml: declare new feature ``uncrlf`` as part of ``utilities``",
"Just: CI step for feature ``uncrlf``",
"Uncrlf",
"uncrlf: unit tests",
],
"Changed": [
"uncrlf: outsource logic to dedicated struct",
],
"Fixed": [
"uncrlf: removing all `\\r` occurrences",
],
},
),
),
(
references: {},
version: (
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.2
version: 3.6.3
references:
- type: software
date-released: 2023-09-15
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 3

[[package]]
name = "aeruginous"
version = "3.6.2"
version = "3.6.3"
dependencies = [
"anstyle",
"cargo-lock",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.75.0"
version = "3.6.2"
version = "3.6.3"

This file was deleted.

2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

/// This crate's version.
pub const VERSION: &str = "v3.6.2";
pub const VERSION: &str = "v3.6.3";

/******************************************************************************/

0 comments on commit 0a25cb9

Please sign in to comment.