Skip to content

Commit 6a9ea7f

Browse files
vhost-user-backend: release v0.11.0
Release a new version with the following breaking changes: - replaced master/slave with frontend/backend in public API - changed VhostUserBackend::handle_request() return type Signed-off-by: Stefano Garzarella <[email protected]>
1 parent 38f5977 commit 6a9ea7f

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

crates/vhost-user-backend/CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,26 @@
22
## [Unreleased]
33

44
### Added
5-
- [[#173]](https://github.com/rust-vmm/vhost/pull/173) vhost-user-backend: Added convenience function `serve`
65

76
### Changed
8-
- Change uses of master/slave for frontend/backend in the codebase.
9-
- [[#192]](https://github.com/rust-vmm/vhost/pull/192) vhost-user-backend: remove return value from handle_event
10-
- [[#155]](https://github.com/rust-vmm/vhost/pull/155) Converted generic type
11-
parameters of VhostUserBackend into associated types.
127

138
### Fixed
149

1510
### Deprecated
1611

12+
## v0.11.0
13+
14+
### Added
15+
- [[#173]](https://github.com/rust-vmm/vhost/pull/173) vhost-user-backend: Added convenience function `serve`
16+
17+
### Changed
18+
- [[#187]](https://github.com/rust-vmm/vhost/pull/187) Clean master slave
19+
- Replaced master/slave with frontend/backend in the codebase and public API.
20+
- [[#192]](https://github.com/rust-vmm/vhost/pull/192) vhost-user-backend: remove return value from handle_event
21+
- [[#155]](https://github.com/rust-vmm/vhost/pull/155) Converted generic type
22+
parameters of VhostUserBackend into associated types.
23+
- [[#116]](https://github.com/rust-vmm/vhost/pull/116) Upgrade to 2021 edition
24+
1725
## v0.10.1
1826

1927
### Fixed

crates/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.10.1"
3+
version = "0.11.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)