Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#1105)
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 Jan 16, 2024
1 parent 28054de commit b3b4cb7
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 70 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: 2024-01-12
date-released: 2024-01-16
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.7.2
version: 3.7.3
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.2
3.7.3
55 changes: 55 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,61 @@
},
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: 7,
patch: 3,
),
released: "2024-01-16T22:55:17.898296765Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"CFF: cite Rust crate ``aeruginous-io``",
"README: list of dependencies",
"dependency: Rust crate ``aeruginous-io``; fixes #1088",
"documentation: software license of ``aeruginous-io`` crate",
],
"Changed": [
"migrate to ``aeruginous-io`` for file input",
],
"Deprecated": [
"ReadFile",
],
"Fixed": [
"documentation of CffCreate struct; fixes #1084",
],
"Removed": [
"LICENSEs/README.rst",
"LICENSEs/baptiste0928/cargo-install/LICENSE",
"LICENSEs/bluss/indexmap/LICENSE-Apache-2.0",
"LICENSEs/bluss/indexmap/LICENSE-MIT",
"LICENSEs/chronotope/chrono/LICENSE",
"LICENSEs/clap-rs/clap/LICENSE-Apache-2.0",
"LICENSEs/clap-rs/clap/LICENSE-MIT",
"LICENSEs/fregante/setup-git-user/LICENSE",
"LICENSEs/ron-rs/ron/LICENSE-Apache-2.0",
"LICENSEs/ron-rs/ron/LICENSE-MIT",
"LICENSEs/rust-cli/anstyle/LICENSE-Apache-2.0",
"LICENSEs/rust-cli/anstyle/LICENSE-MIT",
"LICENSEs/rust-lang/git2-rs/LICENSE-Apache-2.0",
"LICENSEs/rust-lang/git2-rs/LICENSE-MIT",
"LICENSEs/rustsec/rustsec/LICENSE-Apache-2.0",
"LICENSEs/rustsec/rustsec/LICENSE-MIT",
"LICENSEs/serde-rs/serde/LICENSE-Apache-2.0",
"LICENSEs/serde-rs/serde/LICENSE-MIT",
"LICENSEs/sorairolake/sysexits-rs/LICENSE-Apache-2.0",
"LICENSEs/sorairolake/sysexits-rs/LICENSE-MIT",
"LICENSEs/tafia/quick-xml/LICENSE",
"LICENSEs/toml-rs/toml/LICENSE-Apache-2.0",
"LICENSEs/toml-rs/toml/LICENSE-MIT",
],
},
),
),
(
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: 2024-01-12
date-released: 2024-01-16
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.7.2
version: 3.7.3
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.7.2"
version = "3.7.3"
dependencies = [
"aeruginous-io",
"anstyle",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.75.0"
version = "3.7.2"
version = "3.7.3"
33 changes: 0 additions & 33 deletions changelog.d/20240112_190815_GitHub_Actions_dependency-licenses.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20240114_161940_GitHub_Actions_1084.ron

This file was deleted.

This file was deleted.

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

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

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

0 comments on commit b3b4cb7

Please sign in to comment.