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

Commit 162b178

Browse files
chore(main): release sdk-rust v0.12.0 (#322)
🚀 Release PR This PR was generated by [release-please](https://github.com/googleapis/release-please). --- ## 0.12.0 (2025-08-24) **Full Changelog**: sdk-rust-v0.11.2...sdk-rust-v0.12.0 --- --- :warning: **Do not manually edit this PR**. Any manual changes will be overwritten by release-please. To make changes, commit to `main` with conventional commit messages. Co-authored-by: fastertools-gha[bot] <228136154+fastertools-gha[bot]@users.noreply.github.com>
1 parent 5b33f2b commit 162b178

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
".": "0.12.0",
33
"cmd/ftl": "0.11.0",
44
"sdk/go": "0.11.0",
5-
"sdk/rust": "0.11.2",
5+
"sdk/rust": "0.12.0",
66
"sdk/python": "0.11.0",
77
"sdk/typescript": "0.11.1",
88
"components/mcp-gateway": "0.11.1",

sdk/rust/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.12.0 (2025-08-24)
4+
5+
**Full Changelog**: https://github.com/fastertools/ftl/compare/sdk-rust-v0.11.2...sdk-rust-v0.12.0
6+
37
## 0.11.2 (2025-08-24)
48

59
## What's Changed

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.11.2"
3+
version = "0.12.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)