From 5e878f1c3c703166f69c8d7f8d7d234866d0cfce 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: Thu, 10 Oct 2024 04:42:53 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- core/CHANGELOG.md | 7 +++++++ core/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90808ee..80257de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "ac-qu-ai-nt-core" -version = "0.0.3" +version = "0.0.4" dependencies = [ "llama-cpp-2", "snafu", diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 46642c0..b87aa1d 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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-10 + +### Other + +- *(ac-qu-ai-nt-core)* update `llama-cpp-2` +- *(core)* add `snafu` as a dependency + ## [0.0.3](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-core-v0.0.2...ac-qu-ai-nt-core-v0.0.3) - 2024-10-07 ### Other diff --git a/core/Cargo.toml b/core/Cargo.toml index b4b1c89..fa468fe 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.3" +version = "0.0.4" edition = "2021" rust-version = "1.76"