Compare commits

..

2 Commits

Author SHA1 Message Date
release-plz-for-ac-qu-ai-nt[bot]
8365e435e3 Merge 89f8078f91 into 72a33524a5 2024-10-17 06:19:38 +00:00
release-plz-for-ac-qu-ai-nt[bot]
89f8078f91 chore(ac-qu-ai-nt-core): release v0.0.5 2024-10-17 06:19:34 +00:00
2 changed files with 1 additions and 5 deletions

View File

@@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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-17 ## [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-17
### Fixed
- *(ac-qu-ai-nt-core)* raise the minimum acceptable version of `rten` to `0.13.1`
### Other ### Other
- *(ac-qu-ai-nt-core)* remove `surrealdb` as a dependency because the BUSL doesn't fit what I want this project to be. sorry. we'll see if I feel inclined to give it another chance - *(ac-qu-ai-nt-core)* remove `surrealdb` as a dependency because the BUSL doesn't fit what I want this project to be. sorry. we'll see if I feel inclined to give it another chance

View File

@@ -16,7 +16,7 @@ tracing = ["dep:tracing"]
[dependencies] [dependencies]
llama-cpp-2 = "0.1.82" llama-cpp-2 = "0.1.82"
ocrs = "0.9" ocrs = "0.9"
rten = "0.13.1" rten = "0.13"
snafu = { workspace = true } snafu = { workspace = true }
tracing = { workspace = true, optional = true } tracing = { workspace = true, optional = true }