Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#953)
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] authored Dec 23, 2023
1 parent 1fd979d commit e55b264
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 118 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-18
date-released: 2023-12-23
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.4.1
version: 3.5.0
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.1
3.5.0
52 changes: 52 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,58 @@
},
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: 5,
patch: 0,
),
released: "2023-12-23T17:56:44.055729321Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
".justfile",
"CFF: project keywords ``cffcreate``, ``cff-create``, and ``mkcff``",
"CI: add feature-related Cargo checks to top-level CI job",
"Cargo.toml: declare new feature ``cff-create``",
"CffCreate",
"CffCreateManifestType",
"README: document cff-create",
"cff-create",
"cff-create: allow for authors without email addresses",
"cff-create: appropriate handling of multiple licenses",
"cff-create: support Cargo.toml",
"cff-create: suppress release date generation on demand",
"getter and setters for Complain",
"lint source code of entire repository as unit test",
"src/cff/cff_create.rs",
"src/cff/mod.rs",
"test cases for Fragment",
"tests/cff_create.rs; fixes #938",
],
"Changed": [
"CFF: set ``title`` to ``Aeruginous``; fixes #937",
"CI: run Cargo checks with respect to all feature configurations",
"CI: split Cargo tests into separate categories",
"move cffreference.rs to src/cff",
"rename .github/CFF/aeruginous.cff to .github/aeruginous.cff",
],
"Fixed": [
"complain: traverse directories recursively",
"coverage of src/changelog/fragment.rs",
"coverage of src/graphing/graph.rs",
"improve coverage of src/complain.rs",
"increment-version: possible edge case crash when rewriting Cargo.toml",
"ronlog: new section being unsorted",
"simplify src/changelog/fragment.rs",
"sort Renovate configuration entries by alphabet",
],
},
),
),
(
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-18
date-released: 2023-12-23
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.4.1
version: 3.5.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.4.1"
version = "3.5.0"
dependencies = [
"anstyle",
"cargo-lock",
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ version = "0.31.0"
features = ["derive"]
version = "1.0.193"

[features]
cff-create = []
default = ["cff-create"]

[package]
authors = ["Kevin Matthes <[email protected]>"]
categories = ["command-line-utilities", "config", "development-tools", "rust-patterns", "template-engine"]
Expand All @@ -42,8 +46,4 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.74.1"
version = "3.4.1"

[features]
default = ["cff-create"]
cff-create = []
version = "3.5.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The Aeruginous Open Source Development Toolbox.
1. [`uncrlf`](#uncrlf)
-->

The current code coverage is **<!-- cov -->58.51%<!-- cov -->**.
The current code coverage is **<!-- cov -->71.22%<!-- cov -->**.

## License

Expand Down

This file was deleted.

28 changes: 0 additions & 28 deletions changelog.d/20231221_165808_GitHub_Actions_cff-create.ron

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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 @@ -83,7 +83,7 @@
//! 1. [`uncrlf`](#uncrlf)
//! -->
//!
//! The current code coverage is **<!-- cov -->58.51%<!-- cov -->**.
//! The current code coverage is **<!-- cov -->71.22%<!-- cov -->**.
//!
//! ## License
//!
Expand Down Expand Up @@ -456,6 +456,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

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

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

0 comments on commit e55b264

Please sign in to comment.