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

Commit 2f2db3b

Browse files
roypatJonathanWoollett-Light
authored andcommitted
Prepare 0.8.0 release
This release contains the optional serialization support via serde. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 11139a6 commit 2f2db3b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
### Added
55

6+
### Changed
7+
8+
### Removed
9+
10+
## [0.8.0]
11+
12+
### Added
13+
614
- An opt-in feature `serde` that enables [`serde`](https://serde.rs)-based
715
(de)serialization of various bindings.
816

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.7.0"
3+
version = "0.8.0"
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)