chore: prepare v0.13.1 release#1324
Conversation
d2f7ba4 to
9d76e48
Compare
ludfjig
left a comment
There was a problem hiding this comment.
I think you forgot some cargo.toml version bumps
83a9d0c to
76d9cc8
Compare
48a9219 to
b01e97c
Compare
|
Also I wonder why the fmt stuff is required 🤔 |
b01e97c to
0ac401f
Compare
Variable unpinned nightly versions, I think. Will revert the fmt fix and just ping the version. I think that should do it and should hopefully be OK to include here? |
0ac401f to
917a3ee
Compare
Update workspace version and all dependency references to 0.13.1, populate CHANGELOG with changes since v0.13.0, update footer links, and regenerate guest crate Cargo.lock files. Also pin nightly toolchain for rustfmt to nightly-2026-02-27 to ensure consistent formatting across CI runners. Signed-off-by: danbugs <danilochiarlone@gmail.com>
917a3ee to
1c36085
Compare
There was a problem hiding this comment.
Pull request overview
Prepares the Hyperlight workspace for the v0.13.1 release by bumping crate versions and updating the changelog, along with refreshing lockfiles (including the Rust guest test projects) and pinning the nightly toolchain used for formatting.
Changes:
- Bump workspace/package versions from
0.13.0to0.13.1(including workspace dependency version pins). - Add a v0.13.1 release section to
CHANGELOG.mdand update compare links. - Update root and guest
Cargo.lockfiles; pincargo fmtto a specific nightly toolchain inJustfile.
Reviewed changes
Copilot reviewed 3 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
Cargo.toml |
Bumps workspace version and workspace dependency version pins to 0.13.1. |
Cargo.lock |
Updates resolved versions to reflect the 0.13.1 workspace crates. |
CHANGELOG.md |
Adds v0.13.1 entry and updates compare links (Prerelease, v0.13.1). |
Justfile |
Introduces nightly-toolchain and uses it for fmt-* commands. |
src/tests/rust_guests/witguest/Cargo.lock |
Updates guest lockfile (including internal crate version bumps to 0.13.1). |
src/tests/rust_guests/simpleguest/Cargo.lock |
Updates guest lockfile (including internal crate version bumps to 0.13.1). |
src/tests/rust_guests/dummyguest/Cargo.lock |
Updates guest lockfile (including internal crate version bumps to 0.13.1). |
ludfjig
left a comment
There was a problem hiding this comment.
LGTM, also added copilot to review
Summary
Prepare v0.13.1 release by updating workspace version and changelog.
Cargo.tomlversion from 0.13.0 to 0.13.1CHANGELOG.mdwith significant changes since v0.13.0[Prerelease] - UnreleasedsectionChanges Included
This release includes: