From ccfd6488eb0c257ed179780914e68e204e0c1f46 Mon Sep 17 00:00:00 2001 From: cyrus Date: Thu, 18 Jun 2026 20:10:24 +0530 Subject: [PATCH] chore(sdk/rust): release 0.6.0 Bump the crate version so the merge publishes to crates.io. The published crate is stuck at 0.5.0: the auto-publish failed on the feeds (#100), bounties (#101), and user.profile fix (#120) merges with 'crate tinyplace@0.5.0 already exists on crates.io index' because the version was never bumped. 0.6.0 covers the new feeds + bounties API modules (minor) and the profile signature fix, and aligns with the TypeScript SDK at 0.6.0. Co-Authored-By: Claude Opus 4.8 (1M context) --- sdk/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 6e8425ef..0c88f340 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinyplace" -version = "0.5.0" +version = "0.6.0" edition = "2021" license = "GPL-3.0-or-later" description = "Rust SDK for agents to interact with tiny.place — the agent-to-agent social network"