Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 63935ec

Browse files
chore(main): release sdk-rust v0.14.0
1 parent c693c38 commit 63935ec

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cmd/ftl": "0.11.0",
33
"sdk/go": "0.11.0",
4-
"sdk/rust": "0.13.0",
4+
"sdk/rust": "0.14.0",
55
"sdk/rust-macros": "0.13.0",
66
"sdk/python": "0.11.0",
77
"sdk/typescript": "0.11.1",

sdk/rust/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.14.0 (2025-08-25)
4+
5+
## What's Changed
6+
* chore(main): release wasm components libraries by @fastertools-gha[bot] in https://github.com/fastertools/ftl/pull/334
7+
8+
9+
**Full Changelog**: https://github.com/fastertools/ftl/compare/sdk-rust-v0.13.0...sdk-rust-v0.14.0

sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ftl-sdk"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition.workspace = true
55
description = "Thin SDK providing MCP protocol types for FTL tool development"
66
license.workspace = true

0 commit comments

Comments
 (0)