Skip to content

Commit 313de9b

Browse files
wllenyjandreeaflorescu
authored andcommitted
vhost: release v0.6.0
Signed-off-by: wanglei01 <[email protected]>
1 parent 240fc29 commit 313de9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

crates/vhost/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
### Deprecated
1111

12+
## [0.6.0]
13+
14+
### Upgraded
15+
- vm-memory from 0.9 to 0.10
16+
- vmm-sys-util from 0.10 to 0.11
1217

1318
## [0.5.0]
1419

crates/vhost/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vhost"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
keywords = ["vhost", "vhost-user", "virtio", "vdpa"]
55
description = "a pure rust library for vdpa, vhost and vhost-user"
66
authors = ["Liu Jiang <[email protected]>"]

0 commit comments

Comments
 (0)