Skip to content

Commit 875f679

Browse files
vhost-user-backend: prepare v0.17.0 release
This release adds support for `VHOST_USER_RESET_DEVICE` and updates vm-memory to 0.16.0 and virtio-queue to 0.13.0. Signed-off-by: Stefano Garzarella <[email protected]>
1 parent 972a8a5 commit 875f679

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

vhost-user-backend/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22
## [Unreleased]
33

44
### Added
5-
- [[#266]](https://github.com/rust-vmm/vhost/pull/266) Add support for `VHOST_USER_RESET_DEVICE`
65

76
### Changed
87

98
### Deprecated
109

1110
### Fixed
1211

12+
## v0.17.0
13+
14+
### Added
15+
- [[#266]](https://github.com/rust-vmm/vhost/pull/266) Add support for `VHOST_USER_RESET_DEVICE`
16+
17+
### Changed
18+
- [[#269]](https://github.com/rust-vmm/vhost/pull/269) Update vm-memory to 0.16.0 and virtio-queue to 0.13.0
19+
1320
## v0.16.1
1421

1522
### Fixed

vhost-user-backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vhost-user-backend"
3-
version = "0.16.1"
3+
version = "0.17.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)