Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#113)
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] committed Feb 11, 2024
1 parent 9b794a3 commit af55147
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/aeruginous-io.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2024-02-02
date-released: 2024-02-11
keywords:
- Rust
- aeruginous
Expand All @@ -16,4 +16,4 @@ repository-artifact: https://crates.io/crates/aeruginous-io
repository-code: https://github.com/kevinmatthes/aeruginous-io
title: aeruginous-io
url: https://github.com/kevinmatthes/aeruginous-io
version: 0.7.0
version: 0.8.0
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0
25 changes: 25 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@
},
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: 0,
minor: 8,
patch: 0,
),
released: "2024-02-11T15:11:15.784499830Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"PathBufLikeAppendix",
"PathBufLikeAppendix::append_loudly",
"PathBufLikeAppendix::append_silently",
"tests for PathBufLikeAppendix",
],
"Changed": [
"CI: call Renovate configuration linter directly",
"MSRV: 1.76.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 @@ -6,7 +6,7 @@ authors:
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2024-02-02
date-released: 2024-02-11
keywords:
- Rust
- aeruginous
Expand All @@ -16,7 +16,7 @@ repository-artifact: https://crates.io/crates/aeruginous-io
repository-code: https://github.com/kevinmatthes/aeruginous-io
title: aeruginous-io
url: https://github.com/kevinmatthes/aeruginous-io
version: 0.7.0
version: 0.8.0
references:
- type: software
date-released: 2024-01-18
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-io"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"sysexits",
]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ name = "aeruginous-io"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-io"
rust-version = "1.76.0"
version = "0.7.0"
version = "0.8.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Toolbox.
1. [License](#license)
1. [Dependencies](#dependencies)

The current code coverage is **<!-- cov -->88.97%<!-- cov -->**.
The current code coverage is **<!-- cov -->86.56%<!-- cov -->**.

## License

Expand Down

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 @@ -70,7 +70,7 @@
//! 1. [License](#license)
//! 1. [Dependencies](#dependencies)
//!
//! The current code coverage is **<!-- cov -->88.97%<!-- cov -->**.
//! The current code coverage is **<!-- cov -->86.56%<!-- cov -->**.
//!
//! ## License
//!
Expand Down Expand Up @@ -142,6 +142,6 @@ pub use writing::{
pub const NAME: &str = "aeruginous-io";

/// This crate's version.
pub const VERSION: &str = "v0.7.0";
pub const VERSION: &str = "v0.8.0";

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

0 comments on commit af55147

Please sign in to comment.