Updates release 0.14.0 of HL-wasm#445
Merged
jsturtevant merged 2 commits intohyperlight-dev:mainfrom Apr 6, 2026
Merged
Conversation
223f212 to
45cd394
Compare
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
45cd394 to
5541e71
Compare
ludfjig
previously approved these changes
Apr 6, 2026
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the v0.14.0 release of HL-wasm by bumping workspace versions, updating dependency resolution, and cleaning up workspace lockfile usage.
Changes:
- Bump workspace/package and internal crate versions to
0.14.0. - Update
hyperlight-wasm-runtimebuild-dependencies (notablyreqwest) and refresh the rootCargo.lock. - Remove the per-crate
src/hyperlight_wasm_runtime/Cargo.lockand add changelog entries for recent features.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/hyperlight_wasm_runtime/Cargo.toml |
Updates reqwest dependency for the runtime crate’s build dependencies. |
src/hyperlight_wasm_runtime/Cargo.lock |
Removes the now-unused per-crate lockfile from the workspace. |
CHANGELOG.md |
Adds release notes items (currently under Prerelease/Unreleased). |
Cargo.toml |
Bumps workspace/package version and aligns workspace dependency versions to 0.14.0. |
Cargo.lock |
Updates resolved dependency graph to match the new versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
b25e797 to
9972923
Compare
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.
Updates the packages in prep for a release. It removes an stale
cargo.lockfile that is no longer used since we now havehyperlight_wasm_runtimepackage as part of the workspace.