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:
Sebastien Boeuf 2022-03-25 16:16:08 +01:00 committed by Stefano Garzarella
parent 4fde808bd8
commit 9f1bd2b99e
2 changed files with 9 additions and 1 deletions

View file

@ -3,10 +3,18 @@
### Added
### Changed
### Fixed
### Deprecated
## v0.3.0
### Changed
- Moved to rust-vmm/vhost v0.4.0
## v0.2.0
### Added

View file

@ -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"