Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#82)
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 Jan 28, 2024
1 parent 3007893 commit 2412141
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 27 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-01-25
date-released: 2024-01-28
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.4.0
version: 0.5.0
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
22 changes: 22 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@
},
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: 5,
patch: 0,
),
released: "2024-01-28T16:24:24.975888046Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"CFF: cite CI utility ``cargo-mutants``",
"Writer",
"Writer::write_loudly",
"Writer::write_silently",
"tests for Writer",
],
},
),
),
(
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-01-25
date-released: 2024-01-28
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.4.0
version: 0.5.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.4.0"
version = "0.5.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.75.0"
version = "0.4.0"
version = "0.5.0"
11 changes: 0 additions & 11 deletions changelog.d/20240128_160529_GitHub_Actions_writer.ron

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 @@ -138,6 +138,6 @@ pub use writing::{PathBufLikeTruncation, Writer};
pub const NAME: &str = "aeruginous-io";

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

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

0 comments on commit 2412141

Please sign in to comment.