Skip to content

Commit 37f839d

Browse files
committed
Bump version to 0.5.1 and add changelog
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 60ed739 commit 37f839d

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

55
## [Prerelease] - Unreleased
66

7+
## [v0.5.1] - 2025-06-02
8+
### Fixed
9+
- Fixed an issue with the `hyperlight_host` not building on v0.5.0
10+
711
## [v0.5.0] - 2025-05-28
812

913
### Changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ exclude = [
2222
]
2323

2424
[workspace.package]
25-
version = "0.5.0"
26-
edition = "2024"
27-
rust-version = "1.85"
25+
version = "0.5.1"
26+
edition = "2021"
27+
rust-version = "1.81.0"
2828
license = "Apache-2.0"
2929
homepage = "https://github.com/hyperlight-dev/hyperlight"
3030
repository = "https://github.com/hyperlight-dev/hyperlight"
3131
readme = "README.md"
3232

3333
[workspace.dependencies]
34-
hyperlight-common = { path = "src/hyperlight_common", version = "0.5.0", default-features = false }
35-
hyperlight-host = { path = "src/hyperlight_host", version = "0.5.0", default-features = false }
36-
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.5.0", default-features = false }
37-
hyperlight-guest-bin = { path = "src/hyperlight_guest_bin", version = "0.5.0", default-features = false }
34+
hyperlight-common = { path = "src/hyperlight_common", version = "0.5.1", default-features = false }
35+
hyperlight-host = { path = "src/hyperlight_host", version = "0.5.1", default-features = false }
36+
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.5.1", default-features = false }
37+
hyperlight-guest-bin = { path = "src/hyperlight_guest_bin", version = "0.5.1", default-features = false }
3838
hyperlight-testing = { path = "src/hyperlight_testing", default-features = false }
3939

4040
[workspace.lints.rust]

src/tests/rust_guests/callbackguest/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tests/rust_guests/simpleguest/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)