Skip to content

Releases: kevinmatthes/aeruginous-rs

v2.2.2

21 Jun 23:55
08920c8
Compare
Choose a tag to compare

What's Changed

Enhancements

Bugfixes

Documentation Edits

  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #366
  • [Documentation] Release by @github-actions in #371

Updates

  • [Dependabot] Bump anstyle from 1.0.0 to 1.0.1 by @dependabot in #364
  • [Dependabot] Bump taiki-e/install-action from 2.11.4 to 2.11.5 by @dependabot in #368

Full Changelog: v2.2.1...v2.2.2

v2.2.1

20 Jun 19:20
9dc8af6
Compare
Choose a tag to compare

What's Changed

  • [Enhancement] Run Mirroring Steps During Release Workflow by @kevinmatthes in #344
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #345
  • [Dependabot] Bump taiki-e/install-action from 2.11.0 to 2.11.1 by @dependabot in #348
  • [Dependabot] Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 by @dependabot in #346
  • [Dependabot] Bump clap from 4.3.3 to 4.3.4 by @dependabot in #347
  • [Dependabot] Bump taiki-e/install-action from 2.11.1 to 2.11.2 by @dependabot in #349
  • [Dependabot] Bump taiki-e/install-action from 2.11.2 to 2.11.3 by @dependabot in #350
  • [Documentation] Add CFF Entry for Clap v4.3.4 by @kevinmatthes in #351
  • [Enhancement] Skip Redundant Unittest Runs by @kevinmatthes in #352
  • [Enhancement] comment-changes: Stop at Certain Commit SHA; fixes #336 by @kevinmatthes in #353
  • [Dependabot] Bump taiki-e/install-action from 2.11.3 to 2.11.4 by @dependabot in #354
  • [Dependabot] Bump clap from 4.3.4 to 4.3.5 by @dependabot in #356
  • [Documentation] Add CFF Entry for Clap v4.3.5 by @kevinmatthes in #357
  • [Enhancement] Add Release Creation Workflow by @kevinmatthes in #358
  • [Documentation] Release by @github-actions in #359

Full Changelog: v2.2.0...v2.2.1

v2.2.0

12 Jun 17:46
cd055d5
Compare
Choose a tag to compare

What's Changed

  • [Dependabot] Bump taiki-e/install-action from 2.9.2 to 2.9.3 by @dependabot in #305
  • [Dependabot] Bump clap from 4.3.1 to 4.3.2 by @dependabot in #306
  • [GitHub Actions] Upgrade MSRV by @github-actions in #307
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #308
  • [Documentation] Add CFF Entry for Clap v4.3.2 by @kevinmatthes in #309
  • [Enhancement] Migrate to RONLOG by @kevinmatthes in #311
  • [Enhancement] Convert Pending RST Fragments to RON by @kevinmatthes in #312
  • [Bugfix] Add Missing Newline to ToRon Logic by @kevinmatthes in #313
  • [Dependabot] Bump taiki-e/install-action from 2.9.3 to 2.9.4 by @dependabot in #314
  • [Dependabot] Bump serde from 1.0.163 to 1.0.164 by @dependabot in #315
  • [Enhancement] Configure Linter for GitHub Action Workflows by @kevinmatthes in #320
  • [Dependabot] Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #322
  • [Dependabot] Bump clap from 4.3.2 to 4.3.3 by @dependabot in #323
  • [Enhancement] Implement increment-version and cff-release-today by @kevinmatthes in #328
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #329
  • [Dependabot] Bump taiki-e/install-action from 2.9.4 to 2.11.0 by @dependabot in #331
  • [Dependabot] Bump thollander/actions-comment-pull-request from 2.3.1 to 2.4.0 by @dependabot in #332
  • [Documentation] CFF Entry for Clap v4.3.3 by @kevinmatthes in #333
  • [Enhancement] Switch from Super-linter to Actionlint Wrapper by @kevinmatthes in #334
  • [Enhancement] Add Further Unittests by @kevinmatthes in #335
  • [Documentation] Release by @github-actions in #338
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #339

Full Changelog: v2.1.0...v2.2.0

v2.1.0

04 Jun 01:04
f454674
Compare
Choose a tag to compare

What's Changed

  • [Documentation] Update Assigned Milestones by @kevinmatthes in #283
  • [Documentation] Add deps.rs Badge by @kevinmatthes in #284
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #285
  • [Enhancement] Add Struct for RONLOG Sections by @kevinmatthes in #286
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #287
  • [Enhancement] Simplify Source Code by @kevinmatthes in #289
  • [Enhancement] Add RONLOG Mode by @kevinmatthes in #290
  • [Dependabot] Bump clap from 4.3.0 to 4.3.1 by @dependabot in #291
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #292
  • [Enhancement] impl Ord for Version by @kevinmatthes in #294
  • [Dependabot] Bump taiki-e/install-action from 2.9.1 to 2.9.2 by @dependabot in #295
  • [Enhancement] RONLOG: Enable Hyperlinks and Sort / Merge Versions on Insertion by @kevinmatthes in #296
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #297
  • [Documentation] Add CFF Entry for Clap v4.3.1 by @kevinmatthes in #299
  • [Enhancement] Add Unit Tests for RON-related Traits by @kevinmatthes in #300
  • [Bugfix] Fix Faulty Documentation of FromRon Trait by @kevinmatthes in #301
  • [Documentation] Release by @github-actions in #302
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #303

Full Changelog: v2.0.0...v2.1.0

v2.0.0

01 Jun 06:55
e3569fc
Compare
Choose a tag to compare

What's Changed

  • [Dependabot] Bump taiki-e/install-action from 2.8.7 to 2.8.8 by @dependabot in #231
  • [Enhancement] Allow for Different Heading Levels by @kevinmatthes in #232
  • [Enhancement] Move Graphing-related Source Files to Dedicated Module by @kevinmatthes in #233
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #235
  • [Enhancement] Make -c and -k Options Stack by @kevinmatthes in #237
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #238
  • [Enhancement] Add Support for Markdown Fragments by @kevinmatthes in #240
  • [Enhancement] Add Further Implementations of PatternWriter by @kevinmatthes in #241
  • [Enhancement] Allow for RON Fragments by @kevinmatthes in #242
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #243
  • [Dependabot] Bump git2 from 0.17.1 to 0.17.2 by @dependabot in #245
  • [Dependabot] Bump taiki-e/install-action from 2.8.8 to 2.9.0 by @dependabot in #246
  • [Dependabot] Bump chrono from 0.4.24 to 0.4.25 by @dependabot in #247
  • [Enhancement] Query Commit Message Bodies on Demand by @kevinmatthes in #248
  • [Enhancement] Rename Source File by @kevinmatthes in #249
  • [Enhancement] Allow for Fallback Category by @kevinmatthes in #250
  • [Documentation] Add CFF Entry for Chrono v0.4.25 by @kevinmatthes in #251
  • [Enhancement] Outsource cffreference Logic by @kevinmatthes in #252
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #253
  • [Enhancement] Release Workflow Submits Changes as PR by @kevinmatthes in #256
  • [Documentation] Add MSRV Badge to README by @kevinmatthes in #258
  • [Bugfix] Use Singular for CLI Options by @kevinmatthes in #260
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #259
  • [Enhancement] Add Unit Tests for cffreference by @kevinmatthes in #261
  • [Enhancement] Refactor cffreference Logic by @kevinmatthes in #263
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #264
  • [Bugfix] Remove Unnecessary Dependency Features by @kevinmatthes in #266
  • [Enhancement] Refactor comment-changes Logic by @kevinmatthes in #267
  • [Enhancement] Allow for Fragment Merges by @kevinmatthes in #269
  • [Dependabot] Bump chrono from 0.4.25 to 0.4.26 by @dependabot in #268
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #270
  • [Enhancement] Add ToRon Trait by @kevinmatthes in #272
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #273
  • [Dependabot] Bump taiki-e/install-action from 2.9.0 to 2.9.1 by @dependabot in #276
  • [Documentation] Add CFF Entry for chrono v0.4.26 by @kevinmatthes in #278
  • [Documentation] Rename Example Branch in README by @kevinmatthes in #279
  • [Documentation] Release by @github-actions in #280
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #282

Full Changelog: v1.1.2...v2.0.0

v1.1.2

27 May 02:09
1ad9c23
Compare
Choose a tag to compare

What's Changed

  • [Enhancement] Add Further CI Steps by @kevinmatthes in #216
  • [Enhancement] Change to Clap Default Values by @kevinmatthes in #217
  • [Enhancement] Add Graph Data Structure by @kevinmatthes in #218
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #219
  • [GitHub Actions] cargo update by @github-actions in #221
  • [Bugfix] Change Commit Message of MSRV Workflow to Meet comment-changes Requirements by @kevinmatthes in #222
  • [Bugfix] Adjust MSRV Workflow by @kevinmatthes in #225
  • [Bugfix] comment-changes: Wrong Filtering of Categories by @kevinmatthes in #226
  • [Enhancement] Add Quick Filter for Keep a Changelog by @kevinmatthes in #227
  • [Release] v1.1.2 by @kevinmatthes in #228
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #229

Full Changelog: v1.1.1...v1.1.2

v1.1.1

25 May 06:21
9aaefef
Compare
Choose a tag to compare

What's Changed

  • [Dependabot] Bump taiki-e/install-action from 2.8.6 to 2.8.7 by @dependabot in #206
  • [Dependabot] Bump actions/setup-python from 4.6.0 to 4.6.1 by @dependabot in #207
  • [Documentation] Adjust Linked Methods in Documentation by @kevinmatthes in #208
  • [Bugfix] cargo update Workflow now Meets Requirements of comment-changes by @kevinmatthes in #209
  • [Bugfix] comment-changes: Add Missing _ by @kevinmatthes in #210
  • [Enhancement] comment-changes: Add Category Checker by @kevinmatthes in #211
  • [Enhancement] Add Test Case for comment-changes Link Resolution by @kevinmatthes in #212
  • [Release] v1.1.1 by @kevinmatthes in #213
  • [GitHub Actions] Mirror README.md from src/lib.rs by @github-actions in #214

Full Changelog: v1.1.0...v1.1.1

v1.1.0

23 May 18:49
e654a0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

20 May 19:15
777a1ea
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @dependabot made their first contribution in #106
  • @github-actions made their first contribution in #114

Full Changelog: v0.2.1...v1.0.0

v0.2.1

25 Apr 19:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1