Skip to content

Commit 9c8dc0b

Browse files
bchaliosstefano-garzarella
authored andcommitted
vhost-user-backend: prepare v0.18.0 release
This release 1. Adds support for `VHOST_USER_GET_SHARED_OBJECT` 2. Updates to vhost to 0.14.0, vm-memory 0.16.2 and vmm-sys-util to 0.14.0 Signed-off-by: Babis Chalios <[email protected]>
1 parent 31d323e commit 9c8dc0b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

vhost-user-backend/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Changelog
2+
23
## [Unreleased]
34

45
### Added
5-
- [[#268]](https://github.com/rust-vmm/vhost/pull/268) Add support for `VHOST_USER_GET_SHARED_OBJECT`
6-
76
### Changed
8-
97
### Deprecated
10-
118
### Fixed
129

10+
## v0.18.0
11+
12+
### Added
13+
- [[#268]](https://github.com/rust-vmm/vhost/pull/268) Add support for `VHOST_USER_GET_SHARED_OBJECT`
14+
15+
### Changed
16+
- [[#295]](https://github.com/rust-vmm/vhost/pull/295) Updated vm-memory to 0.16.2 and vmm-sys-util to 0.14.0
17+
1318
## v0.17.0
1419

1520
### 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.17.0"
3+
version = "0.18.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)