Skip to content

Commit eae4f73

Browse files
jinankjainstefano-garzarella
authored andcommitted
vhost-user-backend: Prepare for new release v0.20.0
This release upgraded virtio-queue and virtio-bindings to latest released version. Signed-off-by: Jinank Jain <[email protected]>
1 parent 3db761b commit eae4f73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

vhost-user-backend/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
### Deprecated
88
### Fixed
99

10+
## v0.20.0
11+
12+
### Changed
13+
- [[306]](https://github.com/rust-vmm/vhost/pull/306) Updated virtio-queue to v0.16.0 and virtio-bindings to v0.2.6
14+
1015
## v0.19.0
1116

1217
### Changed

vhost-user-backend/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.19.0"
3+
version = "0.20.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)