Skip to content

Commit c868655

Browse files
jinankjainprakash-shekhar
authored andcommitted
vhost-user-backend: Prepare for new release v0.19.0
This release upgraded virtio-queue and virtio-bindings to latest released version. Signed-off-by: Jinank Jain <[email protected]> Signed-off-by: Prakash Shekhar <[email protected]>
1 parent 50a2deb commit c868655

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.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+
1015
## v0.18.0
1116

1217
### Added

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.18.0"
3+
version = "0.19.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)