Bump hyperlight sandbox to 0.6.0 - #201
Merged
Merged
Conversation
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
jsturtevant
force-pushed
the
jsturtevant-release-version-bump
branch
from
August 25, 2026 22:03
a274f66 to
115028f
Compare
There was a problem hiding this comment.
Pull request overview
This PR bumps the Hyperlight Sandbox version to 0.6.0 across the repo’s Rust workspace, Python uv workspace packages/lockfile, JavaScript guest package metadata, and .NET SDK properties to keep the multi-language artifacts version-aligned for the upcoming release.
Changes:
- Updated Rust workspace/package versions and regenerated Cargo.lock entries for the workspace crates to 0.6.0.
- Updated Python package versions (core + backends + guest packages) and corresponding uv.lock metadata to 0.6.0.
- Updated JavaScript guest package version metadata and lockfile to 0.6.0, and bumped .NET SDK version property to 0.6.0.
Reviewed changes
Copilot reviewed 9 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updates editable/virtual Python package entries to version 0.6.0. |
| src/wasm_sandbox/guests/javascript/package.json | Bumps JS guest package version to 0.6.0. |
| src/wasm_sandbox/guests/javascript/package-lock.json | Updates lockfile’s root/package version fields to 0.6.0. |
| src/sdk/python/wasm_guests/python_guest/pyproject.toml | Bumps Python guest package version to 0.6.0. |
| src/sdk/python/wasm_guests/javascript_guest/pyproject.toml | Bumps JavaScript guest Python package version to 0.6.0. |
| src/sdk/python/wasm_backend/pyproject.toml | Bumps wasm backend Python package version to 0.6.0. |
| src/sdk/python/hyperlight_js_backend/pyproject.toml | Bumps HyperlightJS backend Python package version to 0.6.0. |
| src/sdk/python/core/pyproject.toml | Bumps core Python package to 0.6.0 and updates optional dependency minimums accordingly. |
| src/sdk/dotnet/Directory.Build.props | Bumps shared .NET package Version property to 0.6.0. |
| pyproject.toml | Bumps the repo’s Python dev project version to 0.6.0. |
| Cargo.toml | Bumps Rust workspace.package version to 0.6.0. |
| Cargo.lock | Updates workspace crate entries to 0.6.0 in the lockfile. |
Files not reviewed (1)
- src/wasm_sandbox/guests/javascript/package-lock.json: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps all Rust, Python, JavaScript, and .NET package manifests and generated lockfile metadata to 0.6.0 so the packages remain version-aligned for the next release.