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

Commit b056e0e

Browse files
author
Sebastien Boeuf
committed
Release v0.6.0
This release includes: - Fix vring initialization logic - Bump to virtio-queue v0.5.0 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
1 parent 8cfe7ce commit b056e0e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

1010
### Deprecated
1111

12+
## v0.6.0
13+
14+
### Changed
15+
16+
- Moved to rust-vmm/virtio-queue v0.5.0
17+
18+
### Fixed
19+
20+
- Fixed vring initialization logic
21+
1222
## v0.5.1
1323

1424
### 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.5.1"
3+
version = "0.6.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)