Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit 9f1bd2b

Browse files
Sebastien Boeufstefano-garzarella
Sebastien Boeuf
authored andcommitted
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>
1 parent 4fde808 commit 9f1bd2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33

44
### Added
55

6+
### Changed
7+
68
### Fixed
79

810
### Deprecated
911

12+
## v0.3.0
13+
14+
### Changed
15+
16+
- Moved to rust-vmm/vhost v0.4.0
17+
1018
## v0.2.0
1119

1220
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vhost-user-backend"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["The Cloud Hypervisor Authors"]
55
keywords = ["vhost-user", "virtio"]
66
description = "A framework to build vhost-user backend service daemon"

0 commit comments

Comments
 (0)