Skip to content

Commit 4cc2d89

Browse files
aesteve-rhepilys
authored andcommitted
vhost-user-backend: Prepare v0.23.0 release
Signed-off-by: Albert Esteve <aesteve@redhat.com>
1 parent d2f098b commit 4cc2d89

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

vhost-user-backend/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
## [Unreleased]
44

55
### Added
6-
- [[#355]](https://github.com/rust-vmm/vhost/pull/355) Add an explicit shutdown handle for active daemon connections.
76
### Changed
8-
- [[#364]](https://github.com/rust-vmm/vhost/pull/364) Updated vm-memory to 0.18.0
9-
- [[#366]](https://github.com/rust-vmm/vhost/pull/366) Update virtio-bindings to v0.2.7
10-
117
### Deprecated
128
### Fixed
139

10+
## v0.23.0
11+
12+
### Added
13+
- [[#355]](https://github.com/rust-vmm/vhost/pull/355) Add an explicit shutdown handle for active daemon connections.
14+
15+
### Changed
16+
- [[#364]](https://github.com/rust-vmm/vhost/pull/364) Updated vm-memory to 0.18.0 and virtio-queue to 0.18.0
17+
- [[#366]](https://github.com/rust-vmm/vhost/pull/366) Update virtio-bindings to v0.2.7
18+
1419
## v0.22.0
1520

1621
### 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.22.0"
3+
version = "0.23.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)