Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#359)
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 Jun 20, 2023
1 parent d6054c2 commit 9dc8af6
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
59 changes: 44 additions & 15 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,42 @@
version: (
major: 2,
minor: 2,
patch: 0,
patch: 1,
),
released: "2023-06-12T17:20:37.365121131+00:00",
released: "2023-06-20T19:13:09.041861006+00:00",
introduction: None,
changes: (
references: {},
changes: {
"Changed": [
"``cargo update`` (#316)",
"MSRV: 1.70.0",
"increment versions with Aeruginous",
"move documentation of v0.0.0 to RONLOG",
"move FromRon and ToRon to one source file",
"CI: assemble RONLOG on release",
"CI: create RON fragments",
"Added": [
"CFF: entry for ``clap`` v4.3.4",
"CI: real release workflow",
"comment-changes: stop at certain commit SHA; fixes #336",
"CFF: entry for ``clap`` v4.3.5",
],
"Removed": [
"CFF: entries of outdated versions",
"bump2version: configuration",
"src/traits/to_ron.rs",
"src/traits/from_ron.rs",
"Fixed": [
"CI: redundant test runs",
],
"Changed": [
"CI: rename release preparation workflow to ``ronlog.yml``",
"README: enhance documentation of RONLOG mode",
"CI: mirror README from src/lib.rs during release workflow",
],
},
),
),
(
references: {},
version: (
major: 2,
minor: 2,
patch: 0,
),
released: "2023-06-12T17:20:37.365121131+00:00",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"CI: lint GitHub Action workflows",
"CFF: project keyword ``ronlog``",
Expand All @@ -56,10 +70,25 @@
"src/traits/rusty_object_notation.rs",
"CHANGELOG.ron",
],
"Changed": [
"``cargo update`` (#316)",
"MSRV: 1.70.0",
"increment versions with Aeruginous",
"move documentation of v0.0.0 to RONLOG",
"move FromRon and ToRon to one source file",
"CI: assemble RONLOG on release",
"CI: create RON fragments",
],
"Fixed": [
"CI: Bash style issues",
"ToRon::to_ron: missing trailing newline at the end",
],
"Removed": [
"CFF: entries of outdated versions",
"bump2version: configuration",
"src/traits/to_ron.rs",
"src/traits/from_ron.rs",
],
},
),
),
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ cff-version: 1.2.0
message: Please cite this software using these information.

# Version information.
date-released: 2023-06-12
version: 2.2.0
date-released: 2023-06-20
version: 2.2.1

# Project information.
abstract: The Aeruginous Open Source Development Toolbox.
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 @@ -54,7 +54,7 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.70.0"
version = "2.2.0"
version = "2.2.1"

[dependencies]
anstyle = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The Aeruginous Open Source Development Toolbox.
1. [`uncrlf`](#uncrlf)
-->

The current code coverage is **<!-- cov -->64.16%<!-- cov -->**.
The current code coverage is **<!-- cov -->63.97%<!-- cov -->**.

## License

Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230618_223359_GitHub_Actions_clap-v4.3.4.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230618_225326_GitHub_Actions_ci-speed-up.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230618_234233_GitHub_Actions_336.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230620_175145_GitHub_Actions_clap-v4.3.5.ron

This file was deleted.

11 changes: 0 additions & 11 deletions changelog.d/20230620_190057_GitHub_Actions_release-workflow.ron

This file was deleted.

2 changes: 1 addition & 1 deletion changelog.d/scriv.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
[scriv]
categories = Added, Changed, Deprecated, Fixed, Removed, Security
rst_header_chars = -.
version = 2.2.0
version = 2.2.1

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

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

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

0 comments on commit 9dc8af6

Please sign in to comment.