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