From fcf90d84afcb6594a2a10a3a36282220d7e7a5b5 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: Fri, 18 Oct 2024 17:39:02 +0000 Subject: [PATCH] chore(ac-qu-ai-nt-core): release v0.0.6 --- Cargo.lock | 10 +++++----- cli-clap/CHANGELOG.md | 6 ++++++ cli-clap/Cargo.toml | 2 +- core/CHANGELOG.md | 10 ++++++++++ core/Cargo.toml | 2 +- gui-eframe/CHANGELOG.md | 6 ++++++ gui-eframe/Cargo.toml | 2 +- multibinary/CHANGELOG.md | 6 ++++++ multibinary/Cargo.toml | 8 ++++---- tui-ratatui/CHANGELOG.md | 6 ++++++ tui-ratatui/Cargo.toml | 2 +- 11 files changed, 47 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 536f7d3..3e1a006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ac-qu-ai-nt" -version = "0.0.14" +version = "0.0.15" dependencies = [ "ac-qu-ai-nt-cli-clap", "ac-qu-ai-nt-gui-eframe", @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "ac-qu-ai-nt-cli-clap" -version = "0.0.9" +version = "0.0.10" dependencies = [ "clap", "tracing", @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "ac-qu-ai-nt-core" -version = "0.0.5" +version = "0.0.6" dependencies = [ "llama-cpp-2", "ocrs", @@ -38,14 +38,14 @@ dependencies = [ [[package]] name = "ac-qu-ai-nt-gui-eframe" -version = "0.0.6" +version = "0.0.7" dependencies = [ "tracing", ] [[package]] name = "ac-qu-ai-nt-tui-ratatui" -version = "0.0.6" +version = "0.0.7" dependencies = [ "tracing", ] diff --git a/cli-clap/CHANGELOG.md b/cli-clap/CHANGELOG.md index 61622e7..773b59f 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.10](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-cli-clap-v0.0.9...ac-qu-ai-nt-cli-clap-v0.0.10) - 2024-10-18 + +### Other + +- update Cargo.toml dependencies + ## [0.0.9](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-cli-clap-v0.0.8...ac-qu-ai-nt-cli-clap-v0.0.9) - 2024-10-15 ### Fixed diff --git a/cli-clap/Cargo.toml b/cli-clap/Cargo.toml index 536b55f..fd5efee 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.9" +version = "0.0.10" edition = "2021" rust-version = "1.76" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 90b6fff..f83f44d 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -7,6 +7,16 @@ 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-core-v0.0.5...ac-qu-ai-nt-core-v0.0.6) - 2024-10-18 + +### Fixed + +- *(ac-qu-ai-nt-core)* raise the minimum version of the `reqwest` dependency to the first one that includes the `zstd` feature + +### Other + +- *(ac-qu-ai-nt-core)* add `reqwest` as a dependency because I expect to use it and I'd like to make sure everything works out + ## [0.0.5](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-core-v0.0.4...ac-qu-ai-nt-core-v0.0.5) - 2024-10-17 ### Fixed diff --git a/core/Cargo.toml b/core/Cargo.toml index f86a818..6621576 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ac-qu-ai-nt-core" description = "The core library of ac-qu-ai-nt. If you're looking for the application, see cli-clap or gui-eframe or tui-ratatui or the multibinary" -version = "0.0.5" +version = "0.0.6" edition = "2021" rust-version = "1.76" diff --git a/gui-eframe/CHANGELOG.md b/gui-eframe/CHANGELOG.md index 7b91c11..b811dda 100644 --- a/gui-eframe/CHANGELOG.md +++ b/gui-eframe/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.7](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-gui-eframe-v0.0.6...ac-qu-ai-nt-gui-eframe-v0.0.7) - 2024-10-18 + +### Other + +- update Cargo.toml dependencies + ## [0.0.6](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-gui-eframe-v0.0.5...ac-qu-ai-nt-gui-eframe-v0.0.6) - 2024-10-15 ### Fixed diff --git a/gui-eframe/Cargo.toml b/gui-eframe/Cargo.toml index 85375eb..9962839 100644 --- a/gui-eframe/Cargo.toml +++ b/gui-eframe/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ac-qu-ai-nt-gui-eframe" description = "A GUI (written with egui / eframe) for ac-qu-ai-nt" -version = "0.0.6" +version = "0.0.7" edition = "2021" rust-version = "1.76" diff --git a/multibinary/CHANGELOG.md b/multibinary/CHANGELOG.md index d15107c..664ca2f 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.15](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.14...ac-qu-ai-nt-v0.0.15) - 2024-10-18 + +### Other + +- updated the following local packages: ac-qu-ai-nt-cli-clap, ac-qu-ai-nt-gui-eframe, ac-qu-ai-nt-tui-ratatui + ## [0.0.14](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.13...ac-qu-ai-nt-v0.0.14) - 2024-10-16 ### Added diff --git a/multibinary/Cargo.toml b/multibinary/Cargo.toml index fdba5b2..6accfe6 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.14" +version = "0.0.15" edition = "2021" rust-version = "1.76" @@ -27,9 +27,9 @@ tracing = [ ] [dependencies] -ac-qu-ai-nt-cli-clap = { version = "0.0.9", path = "../cli-clap", optional = true } -ac-qu-ai-nt-gui-eframe = { version = "0.0.6", path = "../gui-eframe", optional = true } -ac-qu-ai-nt-tui-ratatui = { version = "0.0.6", path = "../tui-ratatui", optional = true } +ac-qu-ai-nt-cli-clap = { version = "0.0.10", path = "../cli-clap", optional = true } +ac-qu-ai-nt-gui-eframe = { version = "0.0.7", path = "../gui-eframe", optional = true } +ac-qu-ai-nt-tui-ratatui = { version = "0.0.7", path = "../tui-ratatui", optional = true } cfg-if = "1.0.0" clap = { workspace = true, features = ["derive", "env"] } diff --git a/tui-ratatui/CHANGELOG.md b/tui-ratatui/CHANGELOG.md index 40b701c..2feb227 100644 --- a/tui-ratatui/CHANGELOG.md +++ b/tui-ratatui/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.7](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-tui-ratatui-v0.0.6...ac-qu-ai-nt-tui-ratatui-v0.0.7) - 2024-10-18 + +### Other + +- update Cargo.toml dependencies + ## [0.0.6](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-tui-ratatui-v0.0.5...ac-qu-ai-nt-tui-ratatui-v0.0.6) - 2024-10-15 ### Fixed diff --git a/tui-ratatui/Cargo.toml b/tui-ratatui/Cargo.toml index b50bed4..0fc50da 100644 --- a/tui-ratatui/Cargo.toml +++ b/tui-ratatui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ac-qu-ai-nt-tui-ratatui" description = "A TUI (written with Ratatui) for ac-qu-ai-nt" -version = "0.0.6" +version = "0.0.7" edition = "2021" rust-version = "1.76"