Release v0.3.0
This release includes the latest rust-vmm/vhost crate (v0.4.0). Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
4fde808bd8
commit
9f1bd2b99e
2 changed files with 9 additions and 1 deletions
|
|
@ -3,10 +3,18 @@
|
|||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Deprecated
|
||||
|
||||
## v0.3.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Moved to rust-vmm/vhost v0.4.0
|
||||
|
||||
## v0.2.0
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vhost-user-backend"
|
||||
version = "0.2.0"
|
||||
version = "0.3.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