Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#1063)
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 9, 2024
1 parent 5c1b905 commit 399e0fc
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/aeruginous.cff
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ repository-artifact: https://crates.io/crates/aeruginous
repository-code: https://github.com/kevinmatthes/aeruginous-rs
title: Aeruginous
url: https://github.com/kevinmatthes/aeruginous-rs
version: 3.7.0
version: 3.7.1
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0
3.7.1
19 changes: 19 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
},
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: 3,
minor: 7,
patch: 1,
),
released: "2024-01-09T16:23:32.499679532Z",
introduction: None,
changes: (
references: {},
changes: {
"Fixed": [
"Fragment::from_rst: do not discard continued lines",
"test case for Fragment::from_rst",
],
},
),
),
(
references: {},
version: (
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repository-artifact: https://crates.io/crates/aeruginous
repository-code: https://github.com/kevinmatthes/aeruginous-rs
title: Aeruginous
url: https://github.com/kevinmatthes/aeruginous-rs
version: 3.7.0
version: 3.7.1
references:
- type: software
date-released: 2023-09-15
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"
version = "3.7.0"
version = "3.7.1"
dependencies = [
"anstyle",
"cargo-lock",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.75.0"
version = "3.7.0"
version = "3.7.1"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The Aeruginous Open Source Development Toolbox
1. [`uncrlf`](#uncrlf)
-->

The current code coverage is **<!-- cov -->75.14%<!-- cov -->**.
The current code coverage is **<!-- cov -->75.22%<!-- cov -->**.

## License

Expand Down

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 @@ -93,7 +93,7 @@
//! 1. [`uncrlf`](#uncrlf)
//! -->
//!
//! The current code coverage is **<!-- cov -->75.14%<!-- cov -->**.
//! The current code coverage is **<!-- cov -->75.22%<!-- cov -->**.
//!
//! ## License
//!
Expand Down Expand Up @@ -511,6 +511,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

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

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

0 comments on commit 399e0fc

Please sign in to comment.