From d7b2dc13d793aba4d6edd936ce57d02be7e961e5 Mon Sep 17 00:00:00 2001 From: danbugs Date: Fri, 22 May 2026 23:12:04 +0000 Subject: [PATCH] chore: bump version to 0.7.0 Signed-off-by: danbugs --- host/Cargo.lock | 2 +- host/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host/Cargo.lock b/host/Cargo.lock index 41938cc..c6b06a4 100644 --- a/host/Cargo.lock +++ b/host/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "hyperlight-unikraft-host" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "base64", diff --git a/host/Cargo.toml b/host/Cargo.toml index f69f6a2..552acc7 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperlight-unikraft-host" -version = "0.6.0" +version = "0.7.0" edition = "2021" description = "Embedded Hyperlight host for running Unikraft unikernels" license = "MIT OR Apache-2.0"