diff --git a/CHANGELOG.md b/CHANGELOG.md index 2251a84..d87e538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0] + +### Changed + +- Updated vmm-sys-utils dependency to 0.11.0 +- Switched to specifying dependencies using caret requirements + instead of comparision requirements + +### Added + +- Implement `PartialEq` for fam\_wrappers + ## [0.5.0] ### Changed diff --git a/Cargo.toml b/Cargo.toml index 2f9fc71..5f017d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kvm-bindings" -version = "0.5.0" +version = "0.6.0" authors = ["Amazon firecracker team "] description = "Rust FFI bindings to KVM generated using bindgen." repository = "https://github.com/rust-vmm/kvm-bindings"