Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 8393468

Browse files
roypatJonathanWoollett-Light
authored andcommitted
chore: Prepare 0.8.2 release
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent a9ab073 commit 8393468

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
### Removed
99

10+
## [0.8.2]
11+
12+
### Changed
13+
14+
- Improve performance of bindings deserialization by \~5% by avoiding
15+
a temporary allocation.
16+
1017
## [0.8.1]
1118

1219
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-bindings"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["Amazon firecracker team <firecracker-devel@amazon.com>"]
55
description = "Rust FFI bindings to KVM generated using bindgen."
66
repository = "https://github.com/rust-vmm/kvm-bindings"

0 commit comments

Comments
 (0)