From e29442d9735488041f0cb09e6c3f07e8af561fbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:42:36 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- cli-clap/CHANGELOG.md | 6 ++++++ cli-clap/Cargo.toml | 2 +- multibinary/CHANGELOG.md | 6 ++++++ multibinary/Cargo.toml | 4 ++-- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d08ab3d..97da20c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,14 +4,14 @@ version = 3 [[package]] name = "ac-qu-ai-nt" -version = "0.0.1" +version = "0.0.2" dependencies = [ "ac-qu-ai-nt-cli-clap", ] [[package]] name = "ac-qu-ai-nt-cli-clap" -version = "0.0.1" +version = "0.0.2" dependencies = [ "clap", ] diff --git a/cli-clap/CHANGELOG.md b/cli-clap/CHANGELOG.md index d50f63c..2973047 100644 --- a/cli-clap/CHANGELOG.md +++ b/cli-clap/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-cli-clap-v0.0.1...ac-qu-ai-nt-cli-clap-v0.0.2) - 2024-09-25 + +### Other + +- release + ## [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 diff --git a/cli-clap/Cargo.toml b/cli-clap/Cargo.toml index cf846dc..d8095ea 100644 --- a/cli-clap/Cargo.toml +++ b/cli-clap/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ac-qu-ai-nt-cli-clap" description = "A CLI (written with clap) for ac-qu-ai-nt" -version = "0.0.1" +version = "0.0.2" edition = "2021" rust-version = "1.76" diff --git a/multibinary/CHANGELOG.md b/multibinary/CHANGELOG.md index 8ceaca0..d77a50b 100644 --- a/multibinary/CHANGELOG.md +++ b/multibinary/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.1...ac-qu-ai-nt-v0.0.2) - 2024-09-25 + +### Other + +- release + ## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-v0.0.1) - 2024-09-24 ### Other diff --git a/multibinary/Cargo.toml b/multibinary/Cargo.toml index 42f3e7a..27e005d 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.1" +version = "0.0.2" edition = "2021" rust-version = "1.76" @@ -14,4 +14,4 @@ default = ["cli-clap"] cli-clap = ["dep:ac-qu-ai-nt-cli-clap"] [dependencies] -ac-qu-ai-nt-cli-clap = { version = "0.0.1", path = "../cli-clap", optional = true } +ac-qu-ai-nt-cli-clap = { version = "0.0.2", path = "../cli-clap", optional = true }