Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Release #1228

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/aeruginous.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2024-02-09
date-released: 2024-02-16
keywords:
- Rust
- aeruginous
Expand Down 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.7
version: 3.7.8
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.7
3.7.8
25 changes: 25 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@
},
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: 8,
),
released: "2024-02-16T14:02:18.019660651Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"CI: run complain linter over .github/ directory; fixes #1222",
"complain: ask for range mercy for rule ÆC-0003",
"complain: further test cases",
],
"Changed": [
"CI: call Renovate linter directly",
"README: apply range mercy for URL definition section",
"migrate to aeruginous_io::PathBufLikeAppendix",
],
},
),
),
(
references: {},
version: (
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2024-02-09
date-released: 2024-02-16
keywords:
- Rust
- aeruginous
Expand Down 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.7
version: 3.7.8
references:
- type: software
date-released: 2024-02-11
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.7"
version = "3.7.8"
dependencies = [
"aeruginous-io",
"anstyle",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.76.0"
version = "3.7.7"
version = "3.7.8"

This file was deleted.

This file was deleted.

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 @@ -573,6 +573,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

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

/******************************************************************************/
Loading