From 4c2526bbe8409d7d43710a148e0dfb89af715399 Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Fri, 25 Oct 2024 10:17:37 +0200 Subject: [PATCH] vhost-user-backend: prepare v0.16.1 release Remove the gpu-socket feature just introduced, since it doesn't work well with cargo feature unification. Signed-off-by: Stefano Garzarella --- vhost-user-backend/CHANGELOG.md | 4 ++++ vhost-user-backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/vhost-user-backend/CHANGELOG.md b/vhost-user-backend/CHANGELOG.md index bcdc841..bebac2d 100644 --- a/vhost-user-backend/CHANGELOG.md +++ b/vhost-user-backend/CHANGELOG.md @@ -7,6 +7,10 @@ ### Deprecated +### Fixed + +## v0.16.1 + ### Fixed - [[#267](https://github.com/rust-vmm/vhost/pull/267)] Fix feature unification issues with gpu-socket feature. diff --git a/vhost-user-backend/Cargo.toml b/vhost-user-backend/Cargo.toml index 637300d..738511d 100644 --- a/vhost-user-backend/Cargo.toml +++ b/vhost-user-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vhost-user-backend" -version = "0.16.0" +version = "0.16.1" authors = ["The Cloud Hypervisor Authors"] keywords = ["vhost-user", "virtio"] description = "A framework to build vhost-user backend service daemon"