Skip to content

Commit

Permalink
Release vm-superio v0.7.0
Browse files Browse the repository at this point in the history
See rust-vmm/community#136

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Nov 11, 2022
1 parent f438c37 commit 22a7cad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions crates/vm-superio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

# v0.7.0

## Changed

- Update vmm-sys-utili dependency to 0.11.0
- Switched to specifying dependencies using caret requirements
instead of comparision requirements

# v0.6.0

## Added
Expand Down
2 changes: 1 addition & 1 deletion crates/vm-superio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vm-superio"
version = "0.6.0"
version = "0.7.0"
description = "Emulation for legacy devices"
keywords = ["superio", "emulation"]
repository = "https://github.com/rust-vmm/vm-superio"
Expand Down

0 comments on commit 22a7cad

Please sign in to comment.