Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#805)
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 Oct 17, 2023
1 parent ac57526 commit f555ff9
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/CFF/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-10-09
date-released: 2023-10-17
keywords:
- Rust
- aeruginous
Expand Down Expand Up @@ -33,4 +33,4 @@ repository-artifact: https://crates.io/crates/aeruginous
repository-code: https://github.com/kevinmatthes/aeruginous-rs
title: aeruginous-rs
url: https://github.com/kevinmatthes/aeruginous-rs
version: 3.1.4
version: 3.2.0
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.2.0
24 changes: 24 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@
},
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: 2,
patch: 0,
),
released: "2023-10-17T14:46:04.914806868Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"comment-changes: stop at a given Git tag",
],
"Changed": [
"CI: determine coverage with ``cargo-llvm-cov`` instead of ``cargo-tarpaulin``",
],
"Removed": [
".tarpaulin.toml",
],
},
),
),
(
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-10-09
date-released: 2023-10-17
keywords:
- Rust
- aeruginous
Expand Down Expand Up @@ -33,7 +33,7 @@ repository-artifact: https://crates.io/crates/aeruginous
repository-code: https://github.com/kevinmatthes/aeruginous-rs
title: aeruginous-rs
url: https://github.com/kevinmatthes/aeruginous-rs
version: 3.1.4
version: 3.2.0
references:
- type: software
date-released: 2023-09-15
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.73.0"
version = "3.1.4"
version = "3.2.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The Aeruginous Open Source Development Toolbox.
1. [`uncrlf`](#uncrlf)
-->

The current code coverage is **<!-- cov -->66.45%<!-- cov -->**.
The current code coverage is **<!-- cov -->63.56%<!-- cov -->**.

## License

Expand Down
11 changes: 0 additions & 11 deletions changelog.d/20231010_181343_GitHub_Actions_cargo-llvm-cov.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20231010_200141_GitHub_Actions_stop-at-tag.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 @@ -81,7 +81,7 @@
//! 1. [`uncrlf`](#uncrlf)
//! -->
//!
//! The current code coverage is **<!-- cov -->66.45%<!-- cov -->**.
//! The current code coverage is **<!-- cov -->63.56%<!-- cov -->**.
//!
//! ## License
//!
Expand Down Expand Up @@ -429,6 +429,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

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

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

0 comments on commit f555ff9

Please sign in to comment.