Skip to content

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu authored and alexandruag committed Feb 24, 2021
1 parent 1812074 commit 4f40440
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## v0.8.0

* Added set_check_for_hangup() to PollContext.
* Added writable()/has_error()/raw_events() to PollEvent.
Expand All @@ -13,6 +13,12 @@
instead of using the current cursor.
* Removed `max_events` from `Epoll::wait` which removes possible undefined
behavior.
* [[#104](https://github.com/rust-vmm/vmm-sys-util/issues/104)]: Fixed FAM
struct `PartialEq` implementation.
* [[#85](https://github.com/rust-vmm/vmm-sys-util/issues/85)]: Fixed FAM struct
`Clone` implementation.
* [[#99](https://github.com/rust-vmm/vmm-sys-util/issues/99)]: Validate the
maximum capacity when initializing FAM Struct.

# v0.7.0

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.7.0"
version = "0.8.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 4f40440

Please sign in to comment.