Skip to content

Commit 3847849

Browse files
committed
Bump version to 0.5.1 and add changelog
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent bcb3952 commit 3847849

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude = [
2121
]
2222

2323
[workspace.package]
24-
version = "0.5.0"
24+
version = "0.5.1"
2525
edition = "2021"
2626
rust-version = "1.81.0"
2727
license = "Apache-2.0"
@@ -30,9 +30,9 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3030
readme = "README.md"
3131

3232
[workspace.dependencies]
33-
hyperlight-common = { path = "src/hyperlight_common", version = "0.5.0", default-features = false }
34-
hyperlight-host = { path = "src/hyperlight_host", version = "0.5.0", default-features = false }
35-
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.5.0", default-features = false }
33+
hyperlight-common = { path = "src/hyperlight_common", version = "0.5.1", default-features = false }
34+
hyperlight-host = { path = "src/hyperlight_host", version = "0.5.1", default-features = false }
35+
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.5.1", default-features = false }
3636
hyperlight-testing = { path = "src/hyperlight_testing", default-features = false }
3737

3838
[workspace.lints.rust]

0 commit comments

Comments
 (0)