diff --git a/CHANGELOG.md b/CHANGELOG.md index de1a0de..86d4edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ ### Removed +## [0.9.1] + +### Changed + +- Fixed and validated manual (De)Serialize implementations to work with + `serde_json` crate. + ## [0.9.0] ### Changed diff --git a/Cargo.toml b/Cargo.toml index 9e704d6..de8d218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kvm-bindings" -version = "0.9.0" +version = "0.9.1" authors = ["Amazon firecracker team "] description = "Rust FFI bindings to KVM generated using bindgen." repository = "https://github.com/rust-vmm/kvm-bindings"