From 835696e78ae877de20a793ea7181c20dc3baf5f1 Mon Sep 17 00:00:00 2001 From: "bullet-release[bot]" <281567023+bullet-release[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:06:02 +0000 Subject: [PATCH] chore: release v0.0.20 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- rust/CHANGELOG.md | 6 ++++++ rust/Cargo.toml | 2 +- wasm/Cargo.toml | 2 +- wasm/package.json | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30d5d9a..93e2682 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "bullet-rust-sdk" -version = "0.0.19" +version = "0.0.20" dependencies = [ "base64", "bon", @@ -344,7 +344,7 @@ dependencies = [ [[package]] name = "bullet-rust-sdk-wasm" -version = "0.0.19" +version = "0.0.20" dependencies = [ "bon", "bullet-exchange-interface", diff --git a/Cargo.toml b/Cargo.toml index 23ddbc7..3640e05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bullet-exchange-interface = { version = "0.4.1", features = ["schema"] } # crate (otherwise a path-only dep is treated as "no version requirement" and # the wasm crate's version stays frozen while rust bumps). release-plz keeps # the version field in lockstep with rust/Cargo.toml on every release PR. -bullet-rust-sdk = { path = "rust", version = "0.0.19" } +bullet-rust-sdk = { path = "rust", version = "0.0.20" } # Optimize WASM binary size without affecting the rust crate diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index f229f08..b149c33 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.20](https://github.com/bulletxyz/bullet-rust-sdk/compare/v0.0.19...v0.0.20) - 2026-05-19 + +### Bug Fixes + +- refresh cached OpenAPI spec ([#76](https://github.com/bulletxyz/bullet-rust-sdk/pull/76)) + ## [0.0.19](https://github.com/bulletxyz/bullet-rust-sdk/compare/v0.0.18...v0.0.19) - 2026-05-14 ### Features diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1bbfd98..0e8f656 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bullet-rust-sdk" -version = "0.0.19" +version = "0.0.20" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 9677124..11e5c47 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bullet-rust-sdk-wasm" -version = "0.0.19" +version = "0.0.20" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/wasm/package.json b/wasm/package.json index b772d95..3b903b2 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@bulletxyz/sdk-wasm", - "version": "0.0.19", + "version": "0.0.20", "description": "WebAssembly bindings for the Bullet trading SDK — works in Node.js, browsers, and Deno", "author": "Bullet.xyz", "license": "MIT",