Skip to content

Commit b4d4ce7

Browse files
committed
Prepare for release v0.2.0
Update version in Cargo.toml and add info about v0.2.0 to CHANGELOG.md Signed-off-by: Sergio Lopez <[email protected]>
1 parent 7fdba6e commit b4d4ce7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,24 @@
33

44
### Added
55

6+
### Changed
7+
68
### Fixed
79

810
### Deprecated
911

12+
## [v0.2.0]
13+
14+
### Added
15+
16+
- [[#74]](https://github.com/rust-vmm/vhost/pull/74) Implement FromRawFd for Listener
17+
18+
- [[#33]](https://github.com/rust-vmm/vhost/pull/33) Add vhost-vDPA support (in-kernel)
19+
20+
### Changed
21+
22+
- [[#68]](https://github.com/rust-vmm/vhost/pull/68) Enforce ByteValued for received structs
23+
1024
## [v0.1.0]
1125

1226
First release

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"
3-
version = "0.1.0"
3+
version = "0.2.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)