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 ad7268f commit 49afe46Copy full SHA for 49afe46
vhost-user-backend/CHANGELOG.md
@@ -7,6 +7,11 @@
7
### Deprecated
8
### Fixed
9
10
+## v0.19.0
11
+
12
+### Changed
13
+- [[299]](https://github.com/rust-vmm/vhost/pull/299) Updated virtio-queue to v0.15.0 and virtio-bindings to v0.2.5
14
15
## v0.18.0
16
17
### Added
vhost-user-backend/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vhost-user-backend"
3
-version = "0.18.0"
+version = "0.19.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