Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#973)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 27, 2023
1 parent dac866b commit 6666b09
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/aeruginous.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2023-12-23
date-released: 2023-12-27
keywords:
- Rust
- aeruginous
Expand Down 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.5.0
version: 3.6.0
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.0
3.6.0
30 changes: 30 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@
},
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: 0,
),
released: "2023-12-27T20:02:53.875907234Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"CI: add ``mkcws`` feature",
"Cargo.toml: declare new feature ``mkcws``",
"Cargo.toml: keyword ``linter``; fixes #961",
"Cargo.toml: keyword ``toolbox``; fixes #960",
"README: document mkcws; fixes #967",
"mkcws",
],
"Fixed": [
"cff-create: unit tests",
],
"Removed": [
"Cargo.toml: keyword ``rs2md``; fixes #963",
"Cargo.toml: keyword ``uncrlf``; fixes #962",
],
},
),
),
(
references: {},
version: (
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2023-12-23
date-released: 2023-12-27
keywords:
- Rust
- aeruginous
Expand Down 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.5.0
version: 3.6.0
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.5.0"
version = "3.6.0"
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 @@ -47,4 +47,4 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.74.1"
version = "3.5.0"
version = "3.6.0"
10 changes: 0 additions & 10 deletions changelog.d/20231227_174034_GitHub_Actions_mkcws.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20231227_193214_GitHub_Actions_readme-mkcws.ron

This file was deleted.

16 changes: 0 additions & 16 deletions changelog.d/20231227_195526_GitHub_Actions_cargo-toml-keywords.ron

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 @@ -487,6 +487,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

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

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

0 comments on commit 6666b09

Please sign in to comment.