Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Iordache <[email protected]>
Alexandra Iordache authored and andreeaflorescu committed Apr 1, 2020
1 parent 4ff2d2b commit 9e8af7a
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Unreleased
# v0.5.0

* Added conditionally compiled `serde` compatibility to `FamStructWrapper`,
gated by the `with-serde` feature.
* Implemented `Into<std::io::Error` for `errno::Error`.
* Added a wrapper over `libc::epoll` used for basic epoll operations.

# v0.4.0

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.4.0"
version = "0.5.0"
authors = ["Intel Virtualization Team <[email protected]>"]
description = "A system utility set"
repository = "https://github.com/rust-vmm/vmm-sys-util"

0 comments on commit 9e8af7a

Please sign in to comment.