From 824fbe3138234cfe7b93a0aa6cda5cc324aa628c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 25 Jul 2025 01:12:07 +0000 Subject: [PATCH] chore(cli): prepare release v0.0.34 --- Cargo.lock | 2 +- RELEASE_NOTES.md | 10 ++++++---- cli/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46b1b6eb..2c425653 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -988,7 +988,7 @@ dependencies = [ [[package]] name = "ftl-cli" -version = "0.0.33" +version = "0.0.34" dependencies = [ "anyhow", "assert_cmd", diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8a5e88f0..3b759d5f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,15 @@ -## [mcp-gateway] 0.0.9 - 2025-07-25 +## [CLI] 0.0.34 - 2025-07-25 ### Changes -- release: CLI v0.0.33 (#68) - release: Rust SDK v0.2.9 (#74) - release: TypeScript SDK v0.2.5 (#72) -- ✨ feat: Update SDKs to support multi-tool components (#69) +- release: mcp-gateway v0.0.9 (#75) - ✨ feat: Update mcp-gateway to support multi-tool components (#70) -- 🐛 fix: rm inaccurate message in add (#66) +- ✨ feat: Update templates and examples (#79) +- 🐛 fix: Don't run cli tests for Cargo.toml/lock changes (#78) +- 🐛 fix: checkrun selection in CI (#77) +- 🔧 chore: update templates to ftl-sdk v0.2.9 (#76) ### Contributors diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1d5bbc45..c833b1bd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ftl-cli" -version = "0.0.33" +version = "0.0.34" authors.workspace = true edition.workspace = true rust-version.workspace = true