diff --git a/crates/vm-superio/CHANGELOG.md b/crates/vm-superio/CHANGELOG.md index db0e011..a0c9b89 100644 --- a/crates/vm-superio/CHANGELOG.md +++ b/crates/vm-superio/CHANGELOG.md @@ -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 diff --git a/crates/vm-superio/Cargo.toml b/crates/vm-superio/Cargo.toml index 50b7a38..0c5c6ec 100644 --- a/crates/vm-superio/Cargo.toml +++ b/crates/vm-superio/Cargo.toml @@ -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"