Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#34)
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 13, 2024
1 parent 02583a3 commit 8f0902d
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 54 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-12
date-released: 2024-01-13
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.1.0
version: 0.2.0
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
30 changes: 30 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@
},
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: 2,
patch: 0,
),
released: "2024-01-13T16:21:28.970748981Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
".gitattributes; fixes #21",
".rustfmt.toml; fixes #24",
"BufReadReader",
"BufReadReader::read_loudly",
"BufReadReader::read_silently",
"CI: upload new crate version to registry on release",
"tests for BufReadReader",
],
"Changed": [
"README: list of dependencies",
],
"Fixed": [
"typos in documentation",
],
},
),
),
(
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-12
date-released: 2024-01-13
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.1.0
version: 0.2.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.1.0"
version = "0.2.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.1.0"
version = "0.2.0"
8 changes: 0 additions & 8 deletions changelog.d/20240113_132329_GitHub_Actions_21.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20240113_132920_GitHub_Actions_24.ron

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions changelog.d/20240113_151936_GitHub_Actions_reading-from-stdin.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 @@ -137,6 +137,6 @@ pub use reading::{BufReadReader, PathBufLikeReader};
pub const NAME: &str = "aeruginous-io";

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

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

0 comments on commit 8f0902d

Please sign in to comment.