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 #455

Merged
merged 1 commit into from
Jul 4, 2023
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/CFF/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: 2023-06-30
date-released: 2023-07-04
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-rs
url: https://github.com/kevinmatthes/aeruginous-rs
version: 3.0.0
version: 3.0.1
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
123 changes: 85 additions & 38 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -48,10 +99,6 @@
"ceprintlns",
"CFF: entry for ``sysexits`` v0.6.1",
],
"Fixed": [
"CI: skip compilation on RONLOG assembly",
"show previously hidden Clap aliases",
],
},
),
),
Expand All @@ -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",
Expand All @@ -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",
],
},
),
),
Expand All @@ -107,6 +154,9 @@
changes: (
references: {},
changes: {
"Fixed": [
"CI: redundant test runs",
],
"Added": [
"CFF: entry for ``clap`` v4.3.4",
"CI: real release workflow",
Expand All @@ -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",
],
},
),
),
Expand All @@ -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``",
Expand All @@ -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",
],
},
),
),
Expand Down
116 changes: 39 additions & 77 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>. ##
## ##
################################################################################

################################################################################
##
## 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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

This file was deleted.

Loading