Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Cargo.lock

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

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.14](https://github.com/bulletxyz/bullet-rust-sdk/compare/v0.0.13...v0.0.14) - 2026-05-11

### Features

- *(ci)* Add Release Pipeline (NPM) ([#13](https://github.com/bulletxyz/bullet-rust-sdk/pull/13))

## [0.0.6](https://github.com/bulletxyz/bullet-rust-sdk/compare/v0.0.5...v0.0.6) - 2026-05-11

### Bug Fixes
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.13"
version = "0.0.14"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WASM package version not bumped in lockstep

High Severity

The Rust SDK version is bumped to 0.0.14 but wasm/package.json (and wasm/Cargo.toml) remain at 0.0.13. The release-plz.toml config explicitly states the wasm crate version is bumped in lockstep with the Rust crate and that npm publish is driven from the same v0.0.14 tag. Publishing from the v0.0.14 git tag with package.json still at 0.0.13 will result in the wrong version being published to NPM, or a version mismatch between the git tag and the published artifact.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 713938e. Configure here.

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
Expand Up @@ -75,4 +75,4 @@
"sideEffects": [
"./pkg/node.js"
]
}
}