From 839346805ef7626f3d945dcfe4b6b456b5464db4 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Tue, 28 May 2024 11:53:44 +0100 Subject: [PATCH] chore: Prepare 0.8.2 release Signed-off-by: Patrick Roy --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c99cd..632e16c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ ### Removed +## [0.8.2] + +### Changed + +- Improve performance of bindings deserialization by \~5% by avoiding + a temporary allocation. + ## [0.8.1] ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 33dac97..df5f758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kvm-bindings" -version = "0.8.1" +version = "0.8.2" authors = ["Amazon firecracker team "] description = "Rust FFI bindings to KVM generated using bindgen." repository = "https://github.com/rust-vmm/kvm-bindings"