Skip to content

Commit d0a24e0

Browse files
jiangliulauralt
authored andcommitted
Prepare for releasing v0.9.0
There are some interface changes, so bump the minor version. Signed-off-by: Liu Jiang <[email protected]>
1 parent 7987998 commit d0a24e0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.9.0
4+
5+
### Changed
6+
* Fixed safety for sock_ctrl_msg::raw_recvmsg() and enhanced documentation
7+
* Fixed sock_cmsg: ensured copy_nonoverlapping safety
8+
* [[#135](https://github.com/rust-vmm/vmm-sys-util/pull/135)]: sock_ctrl_msg:
9+
mark recv_with_fds as unsafe
10+
11+
312
## v0.8.0
413

514
* Added set_check_for_hangup() to PollContext.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vmm-sys-util"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Intel Virtualization Team <[email protected]>"]
55
description = "A system utility set"
66
repository = "https://github.com/rust-vmm/vmm-sys-util"

0 commit comments

Comments
 (0)