Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cmd/ftl": "0.11.0",
"sdk/go": "0.11.0",
"sdk/rust": "0.13.0",
"sdk/rust": "0.14.0",
"sdk/rust-macros": "0.14.0",
"sdk/python": "0.11.0",
"sdk/typescript": "0.11.1",
Expand Down
10 changes: 10 additions & 0 deletions sdk/rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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
* chore(main): release sdk-rust-macros v0.14.0 by @fastertools-gha[bot] in https://github.com/fastertools/ftl/pull/351


**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