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 <bchalios@amazon.es>
This commit is contained in:
Babis Chalios 2025-06-03 11:08:50 +02:00 committed by Stefano Garzarella
parent 31d323e293
commit 9c8dc0b749
2 changed files with 10 additions and 5 deletions

View file

@ -1,14 +1,19 @@
# Changelog # Changelog
## [Unreleased] ## [Unreleased]
### Added
### Changed
### Deprecated
### Fixed
## v0.18.0
### Added ### Added
- [[#268]](https://github.com/rust-vmm/vhost/pull/268) Add support for `VHOST_USER_GET_SHARED_OBJECT` - [[#268]](https://github.com/rust-vmm/vhost/pull/268) Add support for `VHOST_USER_GET_SHARED_OBJECT`
### Changed ### Changed
- [[#295]](https://github.com/rust-vmm/vhost/pull/295) Updated vm-memory to 0.16.2 and vmm-sys-util to 0.14.0
### Deprecated
### Fixed
## v0.17.0 ## v0.17.0

View file

@ -1,6 +1,6 @@
[package] [package]
name = "vhost-user-backend" name = "vhost-user-backend"
version = "0.17.0" version = "0.18.0"
authors = ["The Cloud Hypervisor Authors"] authors = ["The Cloud Hypervisor Authors"]
keywords = ["vhost-user", "virtio"] keywords = ["vhost-user", "virtio"]
description = "A framework to build vhost-user backend service daemon" description = "A framework to build vhost-user backend service daemon"