From c6695020fb85f68fa93aad553c594e98bd2e554f 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: Wed, 16 Oct 2024 19:38:43 +0000 Subject: [PATCH] chore(ac-qu-ai-nt-core): release v0.0.5 --- Cargo.lock | 2 +- core/CHANGELOG.md | 8 ++++++++ core/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23fbf0f..30668fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,7 +36,7 @@ dependencies = [ [[package]] name = "ac-qu-ai-nt-core" -version = "0.0.4" +version = "0.0.5" dependencies = [ "llama-cpp-2", "ocrs", diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 4d7b75a..59188fd 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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-16 + +### Other + +- *(ac-qu-ai-nt-core)* upgrade `surrealdb` to `2` and I'm not sure why it defaulted to an old version +- *(ac-qu-ai-nt-core)* add `ocrs`, `rten`, and `surrealdb` as dependencies because I expect to use them in the future and this will allow GitHub Actions to build cache for them or to report back to me that they're incompatible with the currently `supporteds` +- *(ac-qu-ai-nt-core)* [**breaking**] make `tracing` no longer a default feature + ## [0.0.4](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-core-v0.0.3...ac-qu-ai-nt-core-v0.0.4) - 2024-10-15 ### Other diff --git a/core/Cargo.toml b/core/Cargo.toml index dd69781..8bd82f0 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.4" +version = "0.0.5" edition = "2021" rust-version = "1.76"