Skip to content

Commit

Permalink
chore: Prepare 0.8.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat authored and JonathanWoollett-Light committed May 28, 2024
1 parent a9ab073 commit 8393468
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvm-bindings"
version = "0.8.1"
version = "0.8.2"
authors = ["Amazon firecracker team <[email protected]>"]
description = "Rust FFI bindings to KVM generated using bindgen."
repository = "https://github.com/rust-vmm/kvm-bindings"
Expand Down

0 comments on commit 8393468

Please sign in to comment.