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"