Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions rust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down