Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#1011)
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 Jan 2, 2024
1 parent 6327ed6 commit 5f3d4c0
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 93 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-28
date-released: 2024-01-02
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.6.1
version: 3.6.2
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.1
3.6.2
47 changes: 47 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,53 @@
},
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: 2,
),
released: "2024-01-02T17:50:21.417205892Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
".vscode/tasks.json",
"Cargo.toml: declare new feature ``cff``",
"Cargo.toml: declare new feature ``rs2md``",
"Cargo.toml: declare new feature ``utilities``",
"Just: recipes for local CI execution",
"Mkcws",
"README: deprecation note on cff-release-today",
"Rs2md",
"increment-version: CFF mode now also updates the release date",
"mkcws: unit tests",
"src/utilities.rs",
"tests/assets/gpl-3.0-inner.rs",
"tests/assets/gpl-3.0-outer.rs",
"tests/utilities.rs",
],
"Changed": [
"CI: execute Just recipe as SPOT",
"CI: simplify RONLOG assembly workflow",
"Cargo.toml: set default features to ``cff`` and ``utilities``",
"mkcws: outsource logic to dedicated struct",
"rs2md: outsource logic to dedicated struct",
],
"Deprecated": [
"cff-release-today",
],
"Fixed": [
"increment-version: treat all files with ``*.cff`` extension as CITATION.cff files",
],
"Removed": [
"CI: redundant Cargo-related CI jobs",
],
},
),
),
(
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-28
date-released: 2024-01-02
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.6.1
version: 3.6.2
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.1"
version = "3.6.2"
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 @@ -50,4 +50,4 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.75.0"
version = "3.6.1"
version = "3.6.2"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The Aeruginous Open Source Development Toolbox.
1. [`uncrlf`](#uncrlf)
-->

The current code coverage is **<!-- cov -->73.62%<!-- cov -->**.
The current code coverage is **<!-- cov -->74.11%<!-- cov -->**.

## License

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions changelog.d/20231231_201152_GitHub_Actions_ci-spot.ron

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions changelog.d/20240102_165301_GitHub_Actions_cargo-feature-rs2md.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20240102_174335_GitHub_Actions_mkcws-tests.ron

This file was deleted.

4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
//! 1. [`uncrlf`](#uncrlf)
//! -->
//!
//! The current code coverage is **<!-- cov -->73.62%<!-- cov -->**.
//! The current code coverage is **<!-- cov -->74.11%<!-- cov -->**.
//!
//! ## License
//!
Expand Down Expand Up @@ -497,6 +497,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

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

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

0 comments on commit 5f3d4c0

Please sign in to comment.