Release v0.6.0

This release includes:
- Fix vring initialization logic
- Bump to virtio-queue v0.5.0

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2022-07-29 15:01:41 +02:00
parent 8cfe7cec2c
commit b056e0efc7
2 changed files with 11 additions and 1 deletions

View file

@ -9,6 +9,16 @@
### Deprecated
## v0.6.0
### Changed
- Moved to rust-vmm/virtio-queue v0.5.0
### Fixed
- Fixed vring initialization logic
## v0.5.1
### Changed

View file

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