Skip to content

Commit

Permalink
release v0.7.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 Nov 13, 2020
1 parent b500b50 commit 237f4b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.7.0

* Switched to Rust edition 2018.
* Added the `metric` module that provides a `Metric` interface as well as a
default implementation for `AtomicU64`.

# v0.6.1

* Implemented `From<io::Error>` for `errno::Error`.
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.6.1"
version = "0.7.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 237f4b7

Please sign in to comment.