Skip to content

chore(release): bump SDK patch versions to 0.9.4#509

Merged
DorianZheng merged 1 commit into
mainfrom
chore/bump-sdks-0.9.4
May 12, 2026
Merged

chore(release): bump SDK patch versions to 0.9.4#509
DorianZheng merged 1 commit into
mainfrom
chore/bump-sdks-0.9.4

Conversation

@DorianZheng

Copy link
Copy Markdown
Member

Summary

  • Bumps Rust, C, Node, Python, and Go SDKs by one patch level (0.9.3 → 0.9.4).
  • Source-of-truth edits: workspace Cargo.toml (workspace.package.version + all 6 workspace.dependencies path-version pins), sdks/node/package.json, sdks/python/pyproject.toml. Root Cargo.lock regenerated via cargo update --workspace.
  • Go SDK has no source-level version pin (sdks/go/cmd/setup/main.go:88 reads it from runtime/debug.BuildInfo) — it tags along with the release tag and needs no file change here.

Notes

  • boxlite-test-utils retains its own 0.1.0 (internal-only test helper, not on the workspace version).
  • The orphaned sdks/python/Cargo.lock (still pins boxlite at 0.1.0) is untouched — maturin builds use the root workspace lock; cleaning it up is out of scope for a patch bump.

Test plan

  • cargo metadata --no-deps reports 0.9.4 for every workspace member (except internal boxlite-test-utils).
  • CI runs (build + tests) on this PR.

Bumps the Rust, C, Python, Node, and Go SDKs by one patch level. The
workspace manifest is the single source of truth for the Rust/C/Node/
Python crates (Cargo workspace inheritance); npm and PyPI package
metadata are bumped alongside. Go has no source-level version pin —
the Go SDK is versioned by git tag and follows on release.
@DorianZheng DorianZheng merged commit 45e211f into main May 12, 2026
49 checks passed
@DorianZheng DorianZheng deleted the chore/bump-sdks-0.9.4 branch May 12, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant