diff --git a/Cargo.lock b/Cargo.lock index 85b9baa..a2d9fed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ac-qu-ai-nt" -version = "0.0.7" +version = "0.0.8" dependencies = [ "ac-qu-ai-nt-cli-clap", "ac-qu-ai-nt-gui-eframe", diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md new file mode 100644 index 0000000..69f28a5 --- /dev/null +++ b/core/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-core-v0.0.1) - 2024-10-06 + +### Added + +- initialize `core`, `gui-eframe`, and `tui-ratatui` crates and use them in the `multibinary` + +### Other + +- run cargo fmt diff --git a/gui-eframe/CHANGELOG.md b/gui-eframe/CHANGELOG.md new file mode 100644 index 0000000..75af477 --- /dev/null +++ b/gui-eframe/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-gui-eframe-v0.0.1) - 2024-10-06 + +### Added + +- initialize `core`, `gui-eframe`, and `tui-ratatui` crates and use them in the `multibinary` diff --git a/multibinary/CHANGELOG.md b/multibinary/CHANGELOG.md index d42b5c7..026cf35 100644 --- a/multibinary/CHANGELOG.md +++ b/multibinary/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.8](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.7...ac-qu-ai-nt-v0.0.8) - 2024-10-06 + +### Added + +- initialize `core`, `gui-eframe`, and `tui-ratatui` crates and use them in the `multibinary` + ## [0.0.7](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.6...ac-qu-ai-nt-v0.0.7) - 2024-10-05 ### Other diff --git a/multibinary/Cargo.toml b/multibinary/Cargo.toml index 0e38f2f..d8da081 100644 --- a/multibinary/Cargo.toml +++ b/multibinary/Cargo.toml @@ -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.7" +version = "0.0.8" edition = "2021" rust-version = "1.76" diff --git a/tui-ratatui/CHANGELOG.md b/tui-ratatui/CHANGELOG.md new file mode 100644 index 0000000..64608dc --- /dev/null +++ b/tui-ratatui/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-tui-ratatui-v0.0.1) - 2024-10-06 + +### Added + +- initialize `core`, `gui-eframe`, and `tui-ratatui` crates and use them in the `multibinary`