From 0e06dad85e1c4a6745f6e33592069b84401f44bd Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:37:06 +0000 Subject: [PATCH] [GitHub Actions] Assemble CHANGELOG and Increment Versions --- .github/CFF/aeruginous.cff | 4 +- .version | 2 +- CHANGELOG.ron | 123 ++++++++++++------ CITATION.cff | 116 ++++++----------- Cargo.lock | 2 +- Cargo.toml | 2 +- ...70633_GitHub_Actions_releases-in-forks.ron | 8 -- ...Actions_renovate-update-clap-cff-entry.ron | 8 -- ...enovate-maintain-cff-reference-entries.ron | 20 --- ...ub_Actions_rename-dependency-dashboard.ron | 8 -- ...4_GitHub_Actions_use-latest-actionlint.ron | 11 -- ...Actions_refactor-comment-changes-logic.ron | 21 --- src/lib.rs | 2 +- 13 files changed, 130 insertions(+), 197 deletions(-) delete mode 100644 changelog.d/20230630_070633_GitHub_Actions_releases-in-forks.ron delete mode 100644 changelog.d/20230630_080418_GitHub_Actions_renovate-update-clap-cff-entry.ron delete mode 100644 changelog.d/20230630_145537_GitHub_Actions_renovate-maintain-cff-reference-entries.ron delete mode 100644 changelog.d/20230701_165418_GitHub_Actions_rename-dependency-dashboard.ron delete mode 100644 changelog.d/20230701_181954_GitHub_Actions_use-latest-actionlint.ron delete mode 100644 changelog.d/20230702_111525_GitHub_Actions_refactor-comment-changes-logic.ron diff --git a/.github/CFF/aeruginous.cff b/.github/CFF/aeruginous.cff index 378bda47..92fda170 100644 --- a/.github/CFF/aeruginous.cff +++ b/.github/CFF/aeruginous.cff @@ -4,7 +4,7 @@ authors: family-names: Matthes given-names: Kevin cff-version: 1.2.0 -date-released: 2023-06-30 +date-released: 2023-07-04 keywords: - Rust - aeruginous @@ -33,4 +33,4 @@ repository-artifact: https://crates.io/crates/aeruginous repository-code: https://github.com/kevinmatthes/aeruginous-rs title: aeruginous-rs url: https://github.com/kevinmatthes/aeruginous-rs -version: 3.0.0 +version: 3.0.1 diff --git a/.version b/.version index 4a36342f..cb2b00e4 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.0.0 +3.0.1 diff --git a/CHANGELOG.ron b/CHANGELOG.ron index ee1b0ae2..000502a1 100644 --- a/CHANGELOG.ron +++ b/CHANGELOG.ron @@ -9,18 +9,60 @@ version: ( major: 3, minor: 0, - patch: 0, + patch: 1, ), - released: "2023-06-30T06:26:11.291071059+00:00", + released: "2023-07-04T12:33:56.404949745+00:00", introduction: None, changes: ( references: {}, changes: { + "Fixed": [ + "prevent release generation in forks", + "do not allow RONLOG assemblies in forks", + ], "Changed": [ - "CI: rename release level selector", - "CI: apply new increment-version features", - "cffreference: refactor logic", + "call actionlint Docker image directly", + "rename cffs/expectation.cff to cffs/expectation.yml", + "CommentChanges: refactor logic", + "Fragment: apply new ToMd and ToRst traits", + "call cffconvert Docker image directly", + "rename tests/ron_traits.rs to tests/rusty_object_notation.rs", + ], + "Added": [ + "CFF: automatically update Clap entry with Renovate", + "Renovate: track actionlint Docker image", + "CI: add release date update workflow for Clap CFF entry", + "CI: assemble main CFF from fragments", + ".github/CFF/citation-file-format.yml", + ".github/CFF/sysexits.yml", + ".github/CFF/chrono.yml", + ".github/CFF/clap.yml", + ".github/CFF/aeruginous.cff", + "Renovate: prefix ``[Renovate]`` for Dependency Dashboard", + "ToRst", + "FromRst", + "src/traits/restructured_text.rs", + "ToMd", + "FromMd", + "src/traits/markdown.rs", + "Renovate: track cffconvert Docker image", + "FragmentExportFormat", ], + }, + ), + ), + ( + references: {}, + version: ( + major: 3, + minor: 0, + patch: 0, + ), + released: "2023-06-30T06:26:11.291071059+00:00", + introduction: None, + changes: ( + references: {}, + changes: { "Removed": [ "Dependabot: configuration", ".github/workflows/cargo-update.yml", @@ -29,6 +71,15 @@ "PatternReader", "src/pattern/reader.rs", ], + "Changed": [ + "CI: rename release level selector", + "CI: apply new increment-version features", + "cffreference: refactor logic", + ], + "Fixed": [ + "CI: skip compilation on RONLOG assembly", + "show previously hidden Clap aliases", + ], "Added": [ "CFF: entry for ``clap`` v4.3.10", "Renovate: configuration", @@ -48,10 +99,6 @@ "ceprintlns", "CFF: entry for ``sysexits`` v0.6.1", ], - "Fixed": [ - "CI: skip compilation on RONLOG assembly", - "show previously hidden Clap aliases", - ], }, ), ), @@ -67,19 +114,6 @@ changes: ( references: {}, changes: { - "Fixed": [ - "CI: rename RONLOG assembly workflow job", - "comment-changes: create missing target directories", - ], - "Removed": [ - "Scriv: configuration", - "src/changelog/section.rs", - "src/changelog/action.rs", - "tests/version_range.rs", - "tests/ronlog_action.rs", - "tests/getters.rs", - "tests/implement.rs", - ], "Changed": [ "move RonlogSection definition to RONLOG source file", "move RonlogAction definition to RONLOG source file", @@ -92,6 +126,19 @@ "tests/macros.rs", "CI: settings for the automated release notes", ], + "Removed": [ + "Scriv: configuration", + "src/changelog/section.rs", + "src/changelog/action.rs", + "tests/version_range.rs", + "tests/ronlog_action.rs", + "tests/getters.rs", + "tests/implement.rs", + ], + "Fixed": [ + "CI: rename RONLOG assembly workflow job", + "comment-changes: create missing target directories", + ], }, ), ), @@ -107,6 +154,9 @@ changes: ( references: {}, changes: { + "Fixed": [ + "CI: redundant test runs", + ], "Added": [ "CFF: entry for ``clap`` v4.3.4", "CI: real release workflow", @@ -118,9 +168,6 @@ "README: enhance documentation of RONLOG mode", "CI: mirror README from src/lib.rs during release workflow", ], - "Fixed": [ - "CI: redundant test runs", - ], }, ), ), @@ -136,25 +183,16 @@ changes: ( references: {}, changes: { - "Fixed": [ - "CI: Bash style issues", - "ToRon::to_ron: missing trailing newline at the end", - ], - "Changed": [ - "``cargo update`` (#316)", - "MSRV: 1.70.0", - "increment versions with Aeruginous", - "move documentation of v0.0.0 to RONLOG", - "move FromRon and ToRon to one source file", - "CI: assemble RONLOG on release", - "CI: create RON fragments", - ], "Removed": [ "CFF: entries of outdated versions", "bump2version: configuration", "src/traits/to_ron.rs", "src/traits/from_ron.rs", ], + "Fixed": [ + "CI: Bash style issues", + "ToRon::to_ron: missing trailing newline at the end", + ], "Added": [ "CI: lint GitHub Action workflows", "CFF: project keyword ``ronlog``", @@ -180,6 +218,15 @@ "src/traits/rusty_object_notation.rs", "CHANGELOG.ron", ], + "Changed": [ + "``cargo update`` (#316)", + "MSRV: 1.70.0", + "increment versions with Aeruginous", + "move documentation of v0.0.0 to RONLOG", + "move FromRon and ToRon to one source file", + "CI: assemble RONLOG on release", + "CI: create RON fragments", + ], }, ), ), diff --git a/CITATION.cff b/CITATION.cff index 1bafe482..11ef5825 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,48 +1,10 @@ -######################## GNU General Public License 3.0 ######################## -## ## -## Copyright (C) 2023 Kevin Matthes ## -## ## -## This program is free software: you can redistribute it and/or modify ## -## it under the terms of the GNU General Public License as published by ## -## the Free Software Foundation, either version 3 of the License, or ## -## (at your option) any later version. ## -## ## -## This program is distributed in the hope that it will be useful, ## -## but WITHOUT ANY WARRANTY; without even the implied warranty of ## -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## -## GNU General Public License for more details. ## -## ## -## You should have received a copy of the GNU General Public License ## -## along with this program. If not, see . ## -## ## -################################################################################ - -################################################################################ -## -## AUTHOR Kevin Matthes -## BRIEF Citation settings for the Git repository. -## COPYRIGHT GPL-3.0 -## DATE 2023 -## FILE CITATION.cff -## NOTE See `LICENSE' for full license. -## See `README.md' for project details. -## -################################################################################ - -# Parser settings. -cff-version: 1.2.0 -message: Please cite this software using these information. - -# Version information. -date-released: 2023-06-30 -version: 3.0.0 - -# Project information. abstract: The Aeruginous Open Source Development Toolbox. authors: - alias: kevinmatthes family-names: Matthes given-names: Kevin +cff-version: 1.2.0 +date-released: 2023-07-04 keywords: - Rust - aeruginous @@ -66,13 +28,37 @@ keywords: - rs2md - uncrlf license: GPL-3.0 +message: Please cite this software using these information. repository-artifact: https://crates.io/crates/aeruginous repository-code: https://github.com/kevinmatthes/aeruginous-rs title: aeruginous-rs url: https://github.com/kevinmatthes/aeruginous-rs - -# References. +version: 3.0.1 references: + - type: software + date-released: 2023-05-31 + version: 0.4.26 + abstract: Date and time library for Rust + authors: + - alias: quodlibetor + family-names: Maister + given-names: Brandon W. + - alias: djc + family-names: Ochtman + given-names: Dirkjan + - alias: lifthrasiir + family-names: Seonghoon + given-names: Kang + - alias: esheppa + family-names: Sheppard + given-names: Eric + license: + - Apache-2.0 + - MIT + repository-artifact: https://crates.io/crates/chrono + repository-code: https://github.com/chronotope/chrono + title: chrono + url: https://docs.rs/chrono - type: software abstract: CITATION.cff files are plain text files with human- and machine-readable citation information for software. Code developers can include them in their repositories to let others know how to correctly cite their software. This is the specification for the Citation File Format. authors: @@ -128,29 +114,21 @@ references: license: "CC-BY-4.0" doi: 10.5281/zenodo.5171937 - type: software - date-released: 2023-05-31 - version: 0.4.26 - abstract: Date and time library for Rust + date-released: 2023-06-30 + version: 4.3.10 # clap + abstract: A full featured, fast Command Line Argument Parser for Rust authors: - - alias: quodlibetor - family-names: Maister - given-names: Brandon W. - - alias: djc - family-names: Ochtman - given-names: Dirkjan - - alias: lifthrasiir - family-names: Seonghoon - given-names: Kang - - alias: esheppa - family-names: Sheppard - given-names: Eric + - alias: kbknapp + family-names: Knapp + given-names: Kevin B. + - name: The Clap Community license: - Apache-2.0 - MIT - repository-artifact: https://crates.io/crates/chrono - repository-code: https://github.com/chronotope/chrono - title: chrono - url: https://docs.rs/chrono + repository-artifact: https://crates.io/crates/clap + repository-code: https://github.com/clap-rs/clap + title: clap + url: https://docs.rs/clap - type: software date-released: 2023-06-22 version: 0.6.1 @@ -169,19 +147,3 @@ references: repository-code: https://github.com/sorairolake/sysexits-rs title: sysexits-rs url: https://docs.rs/sysexits - - type: software - date-released: 2023-06-30 - version: 4.3.10 # Clap - abstract: A full featured, fast Command Line Argument Parser for Rust - authors: - - alias: kbknapp - family-names: Knapp - given-names: Kevin B. - - name: The Clap Community - license: - - Apache-2.0 - - MIT - repository-artifact: https://crates.io/crates/clap - repository-code: https://github.com/clap-rs/clap - title: clap - url: https://docs.rs/clap diff --git a/Cargo.lock b/Cargo.lock index 4e33d8e5..954380e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aeruginous" -version = "3.0.0" +version = "3.0.1" dependencies = [ "anstyle", "cargo-lock", diff --git a/Cargo.toml b/Cargo.toml index 643abd45..2845cd23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ name = "aeruginous" readme = "README.md" repository = "https://github.com/kevinmatthes/aeruginous-rs" rust-version = "1.70.0" -version = "3.0.0" +version = "3.0.1" diff --git a/changelog.d/20230630_070633_GitHub_Actions_releases-in-forks.ron b/changelog.d/20230630_070633_GitHub_Actions_releases-in-forks.ron deleted file mode 100644 index 50fa4201..00000000 --- a/changelog.d/20230630_070633_GitHub_Actions_releases-in-forks.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Fixed": [ - "prevent release generation in forks", - ], - }, -) diff --git a/changelog.d/20230630_080418_GitHub_Actions_renovate-update-clap-cff-entry.ron b/changelog.d/20230630_080418_GitHub_Actions_renovate-update-clap-cff-entry.ron deleted file mode 100644 index 40fdcc89..00000000 --- a/changelog.d/20230630_080418_GitHub_Actions_renovate-update-clap-cff-entry.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "CFF: automatically update Clap entry with Renovate", - ], - }, -) diff --git a/changelog.d/20230630_145537_GitHub_Actions_renovate-maintain-cff-reference-entries.ron b/changelog.d/20230630_145537_GitHub_Actions_renovate-maintain-cff-reference-entries.ron deleted file mode 100644 index f8867a0a..00000000 --- a/changelog.d/20230630_145537_GitHub_Actions_renovate-maintain-cff-reference-entries.ron +++ /dev/null @@ -1,20 +0,0 @@ -( - references: {}, - changes: { - "Changed": [ - "rename cffs/expectation.cff to cffs/expectation.yml", - ], - "Added": [ - "CI: add release date update workflow for Clap CFF entry", - "CI: assemble main CFF from fragments", - ".github/CFF/citation-file-format.yml", - ".github/CFF/sysexits.yml", - ".github/CFF/chrono.yml", - ".github/CFF/clap.yml", - ".github/CFF/aeruginous.cff", - ], - "Fixed": [ - "do not allow RONLOG assemblies in forks", - ], - }, -) diff --git a/changelog.d/20230701_165418_GitHub_Actions_rename-dependency-dashboard.ron b/changelog.d/20230701_165418_GitHub_Actions_rename-dependency-dashboard.ron deleted file mode 100644 index a7029e0e..00000000 --- a/changelog.d/20230701_165418_GitHub_Actions_rename-dependency-dashboard.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "Renovate: prefix ``[Renovate]`` for Dependency Dashboard", - ], - }, -) diff --git a/changelog.d/20230701_181954_GitHub_Actions_use-latest-actionlint.ron b/changelog.d/20230701_181954_GitHub_Actions_use-latest-actionlint.ron deleted file mode 100644 index 9e14751d..00000000 --- a/changelog.d/20230701_181954_GitHub_Actions_use-latest-actionlint.ron +++ /dev/null @@ -1,11 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "Renovate: track actionlint Docker image", - ], - "Changed": [ - "call actionlint Docker image directly", - ], - }, -) diff --git a/changelog.d/20230702_111525_GitHub_Actions_refactor-comment-changes-logic.ron b/changelog.d/20230702_111525_GitHub_Actions_refactor-comment-changes-logic.ron deleted file mode 100644 index c1cd38b3..00000000 --- a/changelog.d/20230702_111525_GitHub_Actions_refactor-comment-changes-logic.ron +++ /dev/null @@ -1,21 +0,0 @@ -( - references: {}, - changes: { - "Added": [ - "ToRst", - "FromRst", - "src/traits/restructured_text.rs", - "ToMd", - "FromMd", - "src/traits/markdown.rs", - "Renovate: track cffconvert Docker image", - "FragmentExportFormat", - ], - "Changed": [ - "CommentChanges: refactor logic", - "Fragment: apply new ToMd and ToRst traits", - "call cffconvert Docker image directly", - "rename tests/ron_traits.rs to tests/rusty_object_notation.rs", - ], - }, -) diff --git a/src/lib.rs b/src/lib.rs index f5b249fa..3debb520 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -387,6 +387,6 @@ pub const SELF_DESCRIPTION: &str = "The Aeruginous Open Source Development Toolbox"; /// This crate's version. -pub const VERSION: &str = "v3.0.0"; +pub const VERSION: &str = "v3.0.1"; /******************************************************************************/