From 9c8dc0b749da8642348f6d7227368ce8d387034c Mon Sep 17 00:00:00 2001 From: Babis Chalios Date: Tue, 3 Jun 2025 11:08:50 +0200 Subject: [PATCH] vhost-user-backend: prepare v0.18.0 release This release 1. Adds support for `VHOST_USER_GET_SHARED_OBJECT` 2. Updates to vhost to 0.14.0, vm-memory 0.16.2 and vmm-sys-util to 0.14.0 Signed-off-by: Babis Chalios --- vhost-user-backend/CHANGELOG.md | 13 +++++++++---- vhost-user-backend/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/vhost-user-backend/CHANGELOG.md b/vhost-user-backend/CHANGELOG.md index 112b6c5..6d01cc5 100644 --- a/vhost-user-backend/CHANGELOG.md +++ b/vhost-user-backend/CHANGELOG.md @@ -1,14 +1,19 @@ # Changelog + ## [Unreleased] +### Added +### Changed +### Deprecated +### Fixed + +## v0.18.0 + ### Added - [[#268]](https://github.com/rust-vmm/vhost/pull/268) Add support for `VHOST_USER_GET_SHARED_OBJECT` ### Changed - -### Deprecated - -### Fixed +- [[#295]](https://github.com/rust-vmm/vhost/pull/295) Updated vm-memory to 0.16.2 and vmm-sys-util to 0.14.0 ## v0.17.0 diff --git a/vhost-user-backend/Cargo.toml b/vhost-user-backend/Cargo.toml index 43e74b2..d8936af 100644 --- a/vhost-user-backend/Cargo.toml +++ b/vhost-user-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vhost-user-backend" -version = "0.17.0" +version = "0.18.0" authors = ["The Cloud Hypervisor Authors"] keywords = ["vhost-user", "virtio"] description = "A framework to build vhost-user backend service daemon"