Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#97)
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 2, 2024
1 parent 1559bef commit df7b986
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 21 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-28
date-released: 2024-02-02
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.6.0
version: 0.7.0
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
21 changes: 21 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
},
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: 7,
patch: 0,
),
released: "2024-02-02T16:40:59.029670692Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"VectorReader",
"VectorReader::read_loudly",
"VectorReader::read_silently",
"tests for VectorReader",
],
},
),
),
(
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-28
date-released: 2024-02-02
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.6.0
version: 0.7.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.6.0"
version = "0.7.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.6.0"
version = "0.7.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 -->87.60%<!-- cov -->**.
The current code coverage is **<!-- cov -->88.97%<!-- cov -->**.

## License

Expand Down
11 changes: 0 additions & 11 deletions changelog.d/20240202_163408_GitHub_Actions_vector-reader.ron

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 -->87.60%<!-- cov -->**.
//! The current code coverage is **<!-- cov -->88.97%<!-- cov -->**.
//!
//! ## License
//!
Expand Down Expand Up @@ -140,6 +140,6 @@ pub use writing::{OptionTruncation, PathBufLikeTruncation, Writer};
pub const NAME: &str = "aeruginous-io";

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

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

0 comments on commit df7b986

Please sign in to comment.