From 9f1bd2b99e8da3440b3ea5d8a425722e6a37d7d6 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Fri, 25 Mar 2022 16:16:08 +0100 Subject: [PATCH] Release v0.3.0 This release includes the latest rust-vmm/vhost crate (v0.4.0). Signed-off-by: Sebastien Boeuf --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f06f64..3ee1607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,18 @@ ### Added +### Changed + ### Fixed ### Deprecated +## v0.3.0 + +### Changed + +- Moved to rust-vmm/vhost v0.4.0 + ## v0.2.0 ### Added diff --git a/Cargo.toml b/Cargo.toml index f283307..8b3878d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vhost-user-backend" -version = "0.2.0" +version = "0.3.0" authors = ["The Cloud Hypervisor Authors"] keywords = ["vhost-user", "virtio"] description = "A framework to build vhost-user backend service daemon"