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

Commit e2d88c0

Browse files
RuoqingHeroypat
authored andcommitted
chore: Prepare 0.10.0 release
Introduce RISC-V KVM bindings. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 7001bd1 commit e2d88c0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33

44
### Added
55

6-
- RISC-V KVM bindings for Linux kernel v6.9, including serialization support.
7-
86
### Changed
97

108
### Removed
119

10+
## [0.10.0]
11+
12+
### Added
13+
14+
- RISC-V KVM bindings for Linux kernel v6.9, including serialization support.
15+
1216
## [0.9.1]
1317

1418
### Changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-bindings"
3-
version = "0.9.1"
3+
version = "0.10.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"
@@ -26,4 +26,4 @@ zerocopy = { version = "0.7.32", optional = true, features = ["derive"] }
2626

2727
[dev-dependencies]
2828
bincode = "1.3.3"
29-
serde_json = "1.0.125"
29+
serde_json = "1.0.125"

0 commit comments

Comments
 (0)