chore: release

This commit is contained in:
github-actions[bot]
2024-09-25 18:42:36 +00:00
committed by GitHub
parent e84af2ec17
commit e29442d973
5 changed files with 17 additions and 5 deletions

View File

@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.2](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.1...ac-qu-ai-nt-v0.0.2) - 2024-09-25
### Other
- release
## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-v0.0.1) - 2024-09-24
### 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.1"
version = "0.0.2"
edition = "2021"
rust-version = "1.76"
@@ -14,4 +14,4 @@ default = ["cli-clap"]
cli-clap = ["dep:ac-qu-ai-nt-cli-clap"]
[dependencies]
ac-qu-ai-nt-cli-clap = { version = "0.0.1", path = "../cli-clap", optional = true }
ac-qu-ai-nt-cli-clap = { version = "0.0.2", path = "../cli-clap", optional = true }