Skip to content

Commit

Permalink
Merge branch 'main' into feature/v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes authored Jan 9, 2024
2 parents 9f0810b + a4f1e33 commit 0afc6e0
Show file tree
Hide file tree
Showing 20 changed files with 56 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/aeruginous.asy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for (int i = 0; i < 5; ++i)
draw (circle ((0,0), 1), linewidth (1.5));
draw (circle ((0,0), 1.25), linewidth (1.8));

// Text.
// Project name icon.
label ("\Huge Æ", (0,0));

/******************************************************************************/
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-01-06
date-released: 2024-01-09
keywords:
- Rust
- aeruginous
Expand Down Expand Up @@ -33,4 +33,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.6.4
version: 3.7.0
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
persist-credentials: false

- uses: taiki-e/[email protected].1
- uses: taiki-e/[email protected].2
with:
tool: just

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/logo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:

- uses: fregante/[email protected]

- uses: taiki-e/[email protected].1
- uses: taiki-e/[email protected].2
with:
tool: just

- run: |
sudo apt-get install asymptote -y
sudo apt-get install asymptote inkscape -y
just logo
git add .
git commit --allow-empty -m '[GitHub Actions] just logo'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: github.repository == 'kevinmatthes/aeruginous-rs'
runs-on: ubuntu-latest
steps:
- uses: taiki-e/[email protected].1
- uses: taiki-e/[email protected].2
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/[email protected].1
- uses: taiki-e/[email protected].2
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ronlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
python-version: 3.11

- uses: taiki-e/[email protected].1
- uses: taiki-e/[email protected].2
with:
tool: cargo-llvm-cov

Expand Down
1 change: 1 addition & 0 deletions .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ llvm-cov: clean
# Render the project logo.
logo:
asy .github/aeruginous.asy
inkscape -w 1024 -h 1024 aeruginous.svg -o aeruginous.png

################################################################################
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.4
3.7.0
31 changes: 31 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@
},
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: 0,
),
released: "2024-01-09T15:27:30.333232421Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"Fragment::insert, Fragment::reference",
"Just: export generated SVG logo as PNG",
"aeruginous.png",
"further test cases for Fragment",
"impl FromRst for Fragment",
"ronlog: accept RST fragments for input",
"ronlog: accept arbitrary release date",
],
"Changed": [
"CI: enable PNG export of SVG logo",
],
"Fixed": [
"comment-changes: simplify logic",
"simplify date generation with chrono::Local::now",
],
},
),
),
(
references: {},
version: (
Expand Down
8 changes: 4 additions & 4 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-01-06
date-released: 2024-01-09
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.6.4
version: 3.7.0
references:
- type: software
date-released: 2023-09-15
Expand Down Expand Up @@ -120,8 +120,8 @@ references:
license: "CC-BY-4.0"
doi: 10.5281/zenodo.5171937
- type: software
date-released: 2024-01-04
version: 4.4.13
date-released: 2024-01-08
version: 4.4.14
abstract: A full featured, fast Command Line Argument Parser for Rust
authors:
- alias: kbknapp
Expand Down
10 changes: 5 additions & 5 deletions 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.6.4"
version = "3.7.0"
dependencies = [
"anstyle",
"cargo-lock",
Expand Down Expand Up @@ -154,19 +154,19 @@ dependencies = [

[[package]]
name = "clap"
version = "4.4.13"
version = "4.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642"
checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2"
dependencies = [
"clap_builder",
"clap_derive",
]

[[package]]
name = "clap_builder"
version = "4.4.12"
version = "4.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9"
checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370"
dependencies = [
"anstream",
"anstyle",
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.4.31"

[dependencies.clap]
features = ["derive"]
version = "4.4.13"
version = "4.4.14"

[dependencies.git2]
default-features = false
Expand Down 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.6.4"
version = "3.7.0"
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 -->74.65%<!-- cov -->**.
The current code coverage is **<!-- cov -->75.14%<!-- cov -->**.

## License

Expand Down
Binary file added aeruginous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions changelog.d/20240107_211417_GitHub_Actions_simplify-fragment.ron

This file was deleted.

This file was deleted.

This file was deleted.

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

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

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

0 comments on commit 0afc6e0

Please sign in to comment.