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:
parent
8cfe7cec2c
commit
b056e0efc7
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue