chore: release

This commit is contained in:
release-plz-for-ac-qu-ai-nt[bot]
2024-12-05 01:16:06 +00:00
committed by GitHub
parent 59cc6b4063
commit 9856067c92
11 changed files with 44 additions and 13 deletions

View File

@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.16](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.15...ac-qu-ai-nt-v0.0.16) - 2024-12-05
### Other
- update Cargo.lock dependencies
## [0.0.15](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.14...ac-qu-ai-nt-v0.0.15) - 2024-10-18
### Other

View File

@@ -1,7 +1,7 @@
[package]
name = "ac-qu-ai-nt"
description = "A WIP project using AI to break down a user's query, acquire the knowledge to answer it, then transfer those insights to the user"
version = "0.0.15"
version = "0.0.16"
edition = "2021"
rust-version = "1.76"
@@ -27,9 +27,9 @@ tracing = [
]
[dependencies]
ac-qu-ai-nt-cli-clap = { version = "0.0.10", path = "../cli-clap", optional = true }
ac-qu-ai-nt-gui-eframe = { version = "0.0.7", path = "../gui-eframe", optional = true }
ac-qu-ai-nt-tui-ratatui = { version = "0.0.7", path = "../tui-ratatui", optional = true }
ac-qu-ai-nt-cli-clap = { version = "0.0.11", path = "../cli-clap", optional = true }
ac-qu-ai-nt-gui-eframe = { version = "0.0.8", path = "../gui-eframe", optional = true }
ac-qu-ai-nt-tui-ratatui = { version = "0.0.8", path = "../tui-ratatui", optional = true }
cfg-if = "1.0.0"
clap = { workspace = true, features = ["derive", "env"] }