release 0.5.0
See CHANGELOG.md file for details. Signed-off-by: wanglei01 <wllenyj@linux.alibaba.com>
This commit is contained in:
parent
88b57518c3
commit
796b9d9dfc
2 changed files with 8 additions and 1 deletions
|
|
@ -9,6 +9,13 @@
|
|||
|
||||
### Deprecated
|
||||
|
||||
|
||||
## [0.5.0]
|
||||
|
||||
### Changed
|
||||
- [[#113]](https://github.com/rust-vmm/vhost/pull/113) Improved error messages.
|
||||
- [[#115]](https://github.com/rust-vmm/vhost/pull/115) Use caret requirements for dependencies.
|
||||
|
||||
## [v0.4.0]
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vhost"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
keywords = ["vhost", "vhost-user", "virtio", "vdpa"]
|
||||
description = "a pure rust library for vdpa, vhost and vhost-user"
|
||||
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue