From 6ef54209a4a14482d6fad9e609f460241e9166b0 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: Mon, 7 Oct 2024 20:35:43 +0000 Subject: [PATCH] chore: release --- 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 65af609..bc54f44 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", "llama-cpp-sys-2", diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 46642c0..9da3ea5 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.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-07 + +### Other + +- *(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 b5406d8..0a3516e 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"