Skip to content

Commit

Permalink
Prepare for releasing v0.9.0
Browse files Browse the repository at this point in the history
There are some interface changes, so bump the minor version.

Signed-off-by: Liu Jiang <[email protected]>
  • Loading branch information
jiangliu authored and lauralt committed Sep 14, 2021
1 parent 7987998 commit d0a24e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.9.0

### Changed
* Fixed safety for sock_ctrl_msg::raw_recvmsg() and enhanced documentation
* Fixed sock_cmsg: ensured copy_nonoverlapping safety
* [[#135](https://github.com/rust-vmm/vmm-sys-util/pull/135)]: sock_ctrl_msg:
mark recv_with_fds as unsafe


## v0.8.0

* Added set_check_for_hangup() to PollContext.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vmm-sys-util"
version = "0.8.0"
version = "0.9.0"
authors = ["Intel Virtualization Team <[email protected]>"]
description = "A system utility set"
repository = "https://github.com/rust-vmm/vmm-sys-util"
Expand Down

0 comments on commit d0a24e0

Please sign in to comment.