Files
ac-qu-ai-nt/cli-clap/CHANGELOG.md
release-plz-for-ac-qu-ai-nt[bot] eab33bcf08 chore: release
2024-10-06 04:14:14 +00:00

2.0 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.0.6 - 2024-10-06

Other

  • specify the correct download URLs for Binstall to work correctly

0.0.5 - 2024-10-05

Other

  • change Hello, world! to What's up world? to allow me to cut a release

0.0.4 - 2024-09-30

Added

  • make tracing a crate feature and make it a default feature of the current crates

Other

  • (cli-clap) or at least I hope chore is the right conventional commit type to use - switch println! to a tracing invocation (to verify that the tracing infrastructure works)

0.0.3 - 2024-09-30

Other

  • add tracing and tracing-subscriber as dependencies

0.0.2 - 2024-09-25

Other

  • release

0.0.1 - 2024-09-24

Other

  • add licenses and other required metadata to the crates
  • initialize a Cargo workspace with a cli-clap and a multibinary package to align with how I want the project to work (wherein features can be turned off to optimize the resulting binary, and there are different interfaces (GUI vs TUI vs CLI vs just an API vs just a web app or any permutation of these) to choose from depending on the occasion)