Skip to content

Commit bcc51ce

Browse files
authored
Prepare for 0.4.0 release (#448)
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent f2e7d68 commit bcc51ce

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55
## [Prerelease] - Unreleased
66

77

8-
## [v0.4.0] - Unreleased
8+
## [v0.4.0] - 2025-04-30
99

1010
### Changed
1111
- Metrics are now emitted using the [metrics](https://crates.io/crates/metrics) crate by @ludfjig in [#361](https://github.com/hyperlight-dev/hyperlight/pull/361)

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude = [
2121
]
2222

2323
[workspace.package]
24-
version = "0.3.0"
24+
version = "0.4.0"
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.3.0", default-features = false }
34-
hyperlight-host = { path = "src/hyperlight_host", version = "0.3.0", default-features = false }
35-
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.3.0", default-features = false }
33+
hyperlight-common = { path = "src/hyperlight_common", version = "0.4.0", default-features = false }
34+
hyperlight-host = { path = "src/hyperlight_host", version = "0.4.0", default-features = false }
35+
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.4.0", default-features = false }
3636
hyperlight-testing = { path = "src/hyperlight_testing", default-features = false }
3737

3838
[workspace.lints.rust]

src/tests/rust_guests/callbackguest/Cargo.lock

+2-2
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)