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

Commit ea2e364

Browse files
committed
Release v0.4.0
This release aligns its dependencies with rust-vmm's vhost infrastructure by moving to virtio-queue v0.3.0 and relaxing the vm-memory dependency to require ">=0.7". Signed-off-by: Sergio Lopez <slp@redhat.com>
1 parent 14f58ed commit ea2e364

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

1010
### Deprecated
1111

12+
## v0.4.0
13+
14+
### Changed
15+
16+
- Moved to rust-vmm/virtio-queue v0.3.0
17+
- Relaxed rust-vmm/vm-memory dependency to require ">=0.7"
18+
1219
## v0.3.0
1320

1421
### 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.3.0"
3+
version = "0.4.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)