From b31aeb734c6f291d854947bdf9d563dfb84258c8 Mon Sep 17 00:00:00 2001 From: Jonathan Klimt Date: Thu, 13 Feb 2025 14:21:02 +0100 Subject: [PATCH] v0.5.0 Release --- CITATION.cff | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 0b756916..00117b6e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,7 +19,7 @@ authors: - name: "The Hermit Project Contributors" title: "Uhyve - A specialized hypervisor for Hermit" -version: 0.4.0 +version: 0.5.0 doi: 10.5281/zenodo.14639288 -date-released: 2024-11-26 +date-released: 2025-02-13 url: "https://github.com/hermit-os/uhyve" diff --git a/Cargo.lock b/Cargo.lock index 1470c8ff..93b6f09d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "uhyve" -version = "0.4.0" +version = "0.5.0" dependencies = [ "align-address", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 0bc89803..70e6e150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,12 @@ exclude = ["tests/test-kernels", "hermit-rs", "hermit-rs/*", "kernel"] [package] name = "uhyve" -version = "0.4.0" +version = "0.5.0" authors = [ "Stefan Lankes ", "Martin Kröning ", - "Jens Breitbart ", "Jonathan Klimt ", + "Jens Breitbart ", ] edition = "2021" description = "A specialized hypervisor for Hermit"