From e5707cb1067dbd270b33cd31b328d511301fb738 Mon Sep 17 00:00:00 2001 From: "release-plz-for-ac-qu-ai-nt[bot]" <183340083+release-plz-for-ac-qu-ai-nt[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 06:55:34 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- multibinary/CHANGELOG.md | 12 ++++++++++++ multibinary/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68b9b74..bfd7b2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ac-qu-ai-nt" -version = "0.0.5" +version = "0.0.6" dependencies = [ "ac-qu-ai-nt-cli-clap", "clap", diff --git a/multibinary/CHANGELOG.md b/multibinary/CHANGELOG.md index d91e08f..b21d103 100644 --- a/multibinary/CHANGELOG.md +++ b/multibinary/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.5...ac-qu-ai-nt-v0.0.6) - 2024-10-05 + +### Fixed + +- cover the new cases of `Command` for `GuiEframe` and `TuiRatatui` + +### Other + +- correctly add `gui-eframe` and `tui-ratatui` as features this time around +- add `gui-eframe` and `tui-ratatui` as subcommands with aliases `gui` and `tui` respectively +- add `gui-eframe` and `tui-ratatui` as features + ## [0.0.5](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.4...ac-qu-ai-nt-v0.0.5) - 2024-10-05 ### Other diff --git a/multibinary/Cargo.toml b/multibinary/Cargo.toml index b7b015a..9b18365 100644 --- a/multibinary/Cargo.toml +++ b/multibinary/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ac-qu-ai-nt" description = "A WIP project using AI to break down a user's query, acquire the knowledge to answer it, then transfer those insights to the user" -version = "0.0.5" +version = "0.0.6" edition = "2021" rust-version = "1.76"