Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
".": "0.12.0",
"cmd/ftl": "0.11.0",
"sdk/go": "0.11.0",
"sdk/rust": "0.13.0",
"sdk/rust-macros": "0.13.0",
"sdk/rust": "0.14.0",
"sdk/rust-macros": "0.14.0",
"sdk/python": "0.11.0",
"sdk/typescript": "0.11.1",
"components/mcp-gateway": "0.15.0",
Expand Down
9 changes: 9 additions & 0 deletions sdk/rust-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.14.0 (2025-08-25)

## What's Changed
* chore(main): release wasm components libraries by @fastertools-gha[bot] in https://github.com/fastertools/ftl/pull/334


**Full Changelog**: https://github.com/fastertools/ftl/compare/sdk-rust-macros-v0.13.0...sdk-rust-macros-v0.14.0
2 changes: 1 addition & 1 deletion sdk/rust-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ftl-sdk-macros"
version = "0.13.0"
version = "0.14.0"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
9 changes: 9 additions & 0 deletions sdk/rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.14.0 (2025-08-25)

## What's Changed
* chore(main): release wasm components libraries by @fastertools-gha[bot] in https://github.com/fastertools/ftl/pull/334


**Full Changelog**: https://github.com/fastertools/ftl/compare/sdk-rust-v0.13.0...sdk-rust-v0.14.0
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ftl-sdk"
version = "0.13.0"
version = "0.14.0"
edition.workspace = true
description = "Thin SDK providing MCP protocol types for FTL tool development"
license.workspace = true
Expand Down
Loading