diff --git a/crates/vhost/CHANGELOG.md b/crates/vhost/CHANGELOG.md index 73752a1..b53087d 100644 --- a/crates/vhost/CHANGELOG.md +++ b/crates/vhost/CHANGELOG.md @@ -9,6 +9,11 @@ ### Deprecated +## [0.6.0] + +### Upgraded +- vm-memory from 0.9 to 0.10 +- vmm-sys-util from 0.10 to 0.11 ## [0.5.0] diff --git a/crates/vhost/Cargo.toml b/crates/vhost/Cargo.toml index 9749f69..b822b10 100644 --- a/crates/vhost/Cargo.toml +++ b/crates/vhost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vhost" -version = "0.5.0" +version = "0.6.0" keywords = ["vhost", "vhost-user", "virtio", "vdpa"] description = "a pure rust library for vdpa, vhost and vhost-user" authors = ["Liu Jiang "]