Skip to content

Commit

Permalink
[Documentation] Release (#1316)
Browse files Browse the repository at this point in the history
* [GitHub Actions] Assemble CHANGELOG and Increment Versions

* Skip ::= correct CHANGELOG

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and kevinmatthes committed Mar 22, 2024
1 parent 3117836 commit b308baa
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 12 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-03-08
date-released: 2024-03-22
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.9
version: 3.7.10
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.9
3.7.10
18 changes: 18 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@
},
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: 10,
),
released: "2024-03-22T03:41:04.335685439Z",
introduction: None,
changes: (
references: {},
changes: {
"Changed": [
"MSRV: 1.77.0",
],
},
),
),
(
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-03-08
date-released: 2024-03-22
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.9
version: 3.7.10
references:
- type: software
date-released: 2024-03-06
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.9"
version = "3.7.10"
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.77.0"
version = "3.7.9"
version = "3.7.10"
4 changes: 0 additions & 4 deletions changelog.d/msrv.rst

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.9";
pub const VERSION: &str = "v3.7.10";

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

0 comments on commit b308baa

Please sign in to comment.