From 7b661f4554e6a197ec36a2c3d7cabfe9cc9bff6f 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 19:31:31 +0000 Subject: [PATCH] chore(ac-qu-ai-nt-core): release v0.0.7 --- Cargo.lock | 2 +- core/CHANGELOG.md | 6 ++++++ core/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1b5c01..f9087b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "ac-qu-ai-nt-core" -version = "0.0.6" +version = "0.0.7" dependencies = [ "cozo", "llama-cpp-2", diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index f83f44d..af22469 100644 --- a/core/CHANGELOG.md +++ b/core/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-core-v0.0.6...ac-qu-ai-nt-core-v0.0.7) - 2024-10-18 + +### Other + +- *(ac-qu-ai-nt-core)* add `cozo` as a dependency because I expect to use it and I'd like to make sure everything works out + ## [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 diff --git a/core/Cargo.toml b/core/Cargo.toml index 1020fa3..1038841 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.6" +version = "0.0.7" edition = "2021" rust-version = "1.76"