From 1a2b14d9e7aba92a8f8f6c7b86490b8a43eb1a98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 23:57:32 +0000 Subject: [PATCH] chore(ffai-cli): release v0.6.9 --- Cargo.lock | 2 +- crates/ffai-cli/CHANGELOG.md | 6 ++++++ crates/ffai-cli/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d416ab..c4104d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1250,7 +1250,7 @@ dependencies = [ [[package]] name = "ffai-cli" -version = "0.6.8" +version = "0.6.9" dependencies = [ "anyhow", "clap", diff --git a/crates/ffai-cli/CHANGELOG.md b/crates/ffai-cli/CHANGELOG.md index 1a84b76..960a642 100644 --- a/crates/ffai-cli/CHANGELOG.md +++ b/crates/ffai-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.9](https://github.com/Remade-With-Rust/FFAI/compare/ffai-cli-v0.6.8...ffai-cli-v0.6.9) - 2026-09-06 + +### Other + +- update Cargo.lock dependencies + ## [0.6.8](https://github.com/Remade-With-Rust/FFAI/compare/ffai-cli-v0.6.7...ffai-cli-v0.6.8) - 2026-08-29 ### Other diff --git a/crates/ffai-cli/Cargo.toml b/crates/ffai-cli/Cargo.toml index 725c19b..45063f2 100644 --- a/crates/ffai-cli/Cargo.toml +++ b/crates/ffai-cli/Cargo.toml @@ -2,7 +2,7 @@ name = "ffai-cli" description = "The ffai binary — a thin shell over the FFai library crates" # follows its dependencies. -version = "0.6.8" +version = "0.6.9" edition.workspace = true rust-version.workspace = true license.workspace = true