Skip to content

Commit 796b9d9

Browse files
wllenyjjiangliu
authored andcommitted
release 0.5.0
See CHANGELOG.md file for details. Signed-off-by: wanglei01 <[email protected]>
1 parent 88b5751 commit 796b9d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
### Deprecated
1111

12+
13+
## [0.5.0]
14+
15+
### Changed
16+
- [[#113]](https://github.com/rust-vmm/vhost/pull/113) Improved error messages.
17+
- [[#115]](https://github.com/rust-vmm/vhost/pull/115) Use caret requirements for dependencies.
18+
1219
## [v0.4.0]
1320

1421
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vhost"
3-
version = "0.4.0"
3+
version = "0.5.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)