From 3c02a30df84c9b152466cc29b0a9bca0ced98b9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Jul 2025 06:38:51 +0000 Subject: [PATCH] chore(cli): prepare release v0.0.35 --- Cargo.lock | 2 +- RELEASE_NOTES.md | 14 +++++++++++++- cli/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bdffc78..006f9fc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -988,7 +988,7 @@ dependencies = [ [[package]] name = "ftl-cli" -version = "0.0.34" +version = "0.0.35" dependencies = [ "anyhow", "assert_cmd", diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ccbd3ac6..a526c566 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,23 @@ -## [TypeScript SDK] 0.2.7 - 2025-07-25 +## [CLI] 0.0.35 - 2025-07-28 ### Changes +- nit: README +- release: Rust SDK v0.2.10 (#84) +- release: TypeScript SDK v0.2.6 (#86) +- release: TypeScript SDK v0.2.7 (#88) +- ✨ feat: Add Tools and Registry commands (#93) +- ✨ feat: Use new backend API (#94) +- 🐛 fix: Housekeeping and ts sdk issue (#83) +- 🐛 fix: TS examples deps (#90) - 🐛 fix: TS sdk types (#87) +- 🐛 fix: Templates (#89) +- 🐛 fix: nits, lockfiles (#91) - 📚 docs: fix diagram +- 🔧 chore: update templates to ftl-sdk v0.2.10 (#85) ### Contributors +- Corey Ryan - Ian McDonald - bowlofarugula diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c833b1bd..5e7281c9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ftl-cli" -version = "0.0.34" +version = "0.0.35" authors.workspace = true edition.workspace = true rust-version.workspace = true