Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit 9ff4acb

Browse files
committed
Release v0.5.0
This release aligns its dependencies with rust-vmm's vhost infrastructure by moving to virtio-queue v0.4.0. Signed-off-by: Sergio Lopez <slp@redhat.com>
1 parent 5dc8b56 commit 9ff4acb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
### Deprecated
1111

12+
## v0.5.0
13+
14+
### Changed
15+
16+
- Moved to rust-vmm/virtio-queue v0.4.0
17+
1218
## v0.4.0
1319

1420
### Changed

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.4.0"
3+
version = "0.5.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)