From 33673c179bc42c45f8b4d1f587b528726f590a51 Mon Sep 17 00:00:00 2001 From: Matias Ezequiel Vara Larsen Date: Thu, 11 Apr 2024 12:00:48 +0200 Subject: [PATCH] vhost-user-backend: Prepare v0.14.1 release This release changes the dependency for virtio-queue to 0.12.0. Signed-off-by: Matias Ezequiel Vara Larsen --- vhost-user-backend/CHANGELOG.md | 5 +++++ vhost-user-backend/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vhost-user-backend/CHANGELOG.md b/vhost-user-backend/CHANGELOG.md index f1115516..1ebe0bd4 100644 --- a/vhost-user-backend/CHANGELOG.md +++ b/vhost-user-backend/CHANGELOG.md @@ -9,6 +9,11 @@ ### Deprecated +## v0.14.1 + +### Changed +- [[#237]](https://github.com/rust-vmm/vhost/pull/237) Update virtio-queue dependency to 0.12.0 + ## v0.14.0 ### Added diff --git a/vhost-user-backend/Cargo.toml b/vhost-user-backend/Cargo.toml index 8829b592..f1618d13 100644 --- a/vhost-user-backend/Cargo.toml +++ b/vhost-user-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vhost-user-backend" -version = "0.14.0" +version = "0.14.1" authors = ["The Cloud Hypervisor Authors"] keywords = ["vhost-user", "virtio"] description = "A framework to build vhost-user backend service daemon"