We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db761b commit eae4f73Copy full SHA for eae4f73
vhost-user-backend/CHANGELOG.md
@@ -7,6 +7,11 @@
7
### Deprecated
8
### Fixed
9
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
15
## v0.19.0
16
17
### Changed
vhost-user-backend/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vhost-user-backend"
3
-version = "0.19.0"
+version = "0.20.0"
4
authors = ["The Cloud Hypervisor Authors"]
5
keywords = ["vhost-user", "virtio"]
6
description = "A framework to build vhost-user backend service daemon"
0 commit comments