Skip to content

Commit 440f95f

Browse files
vhost-user-backend: 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 a7242d2 commit 440f95f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

crates/vhost-user-backend/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,23 @@
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
107

118
### Fixed
129

1310
### Deprecated
1411

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+
1522
## v0.10.1
1623

1724
### 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)