Skip to content

Commit d2fbc7c

Browse files
roypatandreeaflorescu
authored andcommitted
Release vm-superio v0.7.0
See rust-vmm/community#136 Signed-off-by: Patrick Roy <[email protected]>
1 parent d7ff99a commit d2fbc7c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

crates/vm-superio/CHANGELOG.md

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

3+
# v0.7.0
4+
5+
## Changed
6+
7+
- Update vmm-sys-utili dependency to 0.11.0
8+
- Switched to specifying dependencies using caret requirements
9+
instead of comparision requirements
10+
311
# v0.6.0
412

513
## Added

crates/vm-superio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-superio"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Emulation for legacy devices"
55
keywords = ["superio", "emulation"]
66
repository = "https://github.com/rust-vmm/vm-superio"

0 commit comments

Comments
 (0)