From 6516921d6461807a448f6b3b81fb16709d47e2a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:18:45 +0000 Subject: [PATCH] chore: release --- cli-clap/CHANGELOG.md | 15 +++++++++++++++ multibinary/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 cli-clap/CHANGELOG.md create mode 100644 multibinary/CHANGELOG.md diff --git a/cli-clap/CHANGELOG.md b/cli-clap/CHANGELOG.md new file mode 100644 index 0000000..d50f63c --- /dev/null +++ b/cli-clap/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-cli-clap-v0.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) diff --git a/multibinary/CHANGELOG.md b/multibinary/CHANGELOG.md new file mode 100644 index 0000000..8ceaca0 --- /dev/null +++ b/multibinary/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-v0.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)