Skip to content

Commit 835e270

Browse files
authored
Updates for patch release v0.6.1 (#613)
Signed-off-by: James Sturtevant <[email protected]>
1 parent aeb1899 commit 835e270

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

CHANGELOG.md

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

55
## [Prerelease] - Unreleased
66

7+
## [v0.6.1] - 2025-06-12
8+
9+
### Fixed
10+
11+
- Make OS_PAGE_SIZE public again by @jprendes in https://github.com/hyperlight-dev/hyperlight/pull/609
12+
- Bring back HostFunctionDefinitions Region by @danbugs in https://github.com/hyperlight-dev/hyperlight/pull/600
13+
- Allow hyperlight-host to build with x86_64-unknown-linux-musl target by @simongdavies in https://github.com/hyperlight-dev/hyperlight/pull/601
14+
715
## [v0.6.0] - 2025-06-06
816

917
### Fixed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -25,7 +25,7 @@ exclude = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.6.0"
28+
version = "0.6.1"
2929
edition = "2024"
3030
rust-version = "1.85"
3131
license = "Apache-2.0"
@@ -34,13 +34,13 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3434
readme = "README.md"
3535

3636
[workspace.dependencies]
37-
hyperlight-common = { path = "src/hyperlight_common", version = "0.6.0", default-features = false }
38-
hyperlight-host = { path = "src/hyperlight_host", version = "0.6.0", default-features = false }
39-
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.6.0", default-features = false }
40-
hyperlight-guest-bin = { path = "src/hyperlight_guest_bin", version = "0.6.0", default-features = false }
37+
hyperlight-common = { path = "src/hyperlight_common", version = "0.6.1", default-features = false }
38+
hyperlight-host = { path = "src/hyperlight_host", version = "0.6.1", default-features = false }
39+
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.6.1", default-features = false }
40+
hyperlight-guest-bin = { path = "src/hyperlight_guest_bin", version = "0.6.1", default-features = false }
4141
hyperlight-testing = { path = "src/hyperlight_testing", default-features = false }
42-
hyperlight-component-util = { path = "src/hyperlight_component_util", version = "0.6.0", default-features = false }
43-
hyperlight-component-macro = { path = "src/hyperlight_component_macro", version = "0.6.0", default-features = false }
42+
hyperlight-component-util = { path = "src/hyperlight_component_util", version = "0.6.1", default-features = false }
43+
hyperlight-component-macro = { path = "src/hyperlight_component_macro", version = "0.6.1", default-features = false }
4444

4545
[workspace.lints.rust]
4646
unsafe_op_in_unsafe_fn = "deny"

0 commit comments

Comments
 (0)