From f6beeae2989e2c4630db6674bc8457dc565d2c14 Mon Sep 17 00:00:00 2001 From: Jo D Date: Fri, 29 May 2026 08:05:22 -0400 Subject: [PATCH] chore(release): bump SDK clients to 0.3.0 Bumps clients/rust (subscriptions) and clients/typescript (@solana/subscriptions) from 0.2.0 to 0.3.0 for the next SDK release. Regenerates Cargo.lock for the crate entry; pnpm-lock unchanged. --- Cargo.lock | 2 +- clients/rust/Cargo.toml | 2 +- clients/typescript/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb4773c..b4ea0f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5351,7 +5351,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "subscriptions" -version = "0.2.0" +version = "0.3.0" dependencies = [ "borsh", "num-derive", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 71013f3..825bfd0 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subscriptions" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Rust client for the Subscriptions Solana program" license = { workspace = true } diff --git a/clients/typescript/package.json b/clients/typescript/package.json index c703597..b2b5658 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@solana/subscriptions", - "version": "0.2.0", + "version": "0.3.0", "description": "TypeScript SDK and @solana/kit plugin for the Subscriptions Solana program: token delegations, recurring payments, and subscription plans.", "type": "module", "license": "MIT",