From 6100e76596704b496d89ab2c1388401f0397dbb0 Mon Sep 17 00:00:00 2001 From: danbugs Date: Sun, 17 May 2026 22:35:08 +0000 Subject: [PATCH 1/2] chore: bump version to 0.5.0 Signed-off-by: danbugs --- host/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Cargo.toml b/host/Cargo.toml index a503168..e06326b 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperlight-unikraft-host" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "Embedded Hyperlight host for running Unikraft unikernels" license = "MIT OR Apache-2.0" From 52accf7c7fbaaa608d052f20f0b9bf68661a6b6a Mon Sep 17 00:00:00 2001 From: danbugs Date: Sun, 17 May 2026 22:36:49 +0000 Subject: [PATCH 2/2] chore: update Cargo.lock for 0.5.0 Signed-off-by: danbugs --- host/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Cargo.lock b/host/Cargo.lock index 7d8c0c0..0e78b0b 100644 --- a/host/Cargo.lock +++ b/host/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "hyperlight-unikraft-host" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "base64",