Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#45)
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 14, 2024
1 parent 0bc03b1 commit 1420fc6
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 39 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-13
date-released: 2024-01-14
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.2.0
version: 0.3.0
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
23 changes: 23 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@
},
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: 3,
patch: 0,
),
released: "2024-01-14T20:36:25.118222436Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
".github/workflows/rustfmt.yml; fixes #38",
"CI: run ``cargo-mutants`` on PR",
"OptionReader",
"OptionReader::read_loudly",
"OptionReader::read_silently",
"tests for OptionReader",
],
},
),
),
(
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-13
date-released: 2024-01-14
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.2.0
version: 0.3.0
references:
- type: software
date-released: 2024-01-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-io"
version = "0.2.0"
version = "0.3.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.2.0"
version = "0.3.0"
8 changes: 0 additions & 8 deletions changelog.d/20240114_145605_GitHub_Actions_mutants-on-pr.ron

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240114_150436_GitHub_Actions_pr-mutants.ron

This file was deleted.

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

This file was deleted.

11 changes: 0 additions & 11 deletions changelog.d/20240114_202912_GitHub_Actions_option-reader.ron

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 @@ -137,6 +137,6 @@ pub use reading::{BufReadReader, OptionReader, PathBufLikeReader};
pub const NAME: &str = "aeruginous-io";

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

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

0 comments on commit 1420fc6

Please sign in to comment.