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

Commit

Permalink
chore: Prepare 0.10.0 release
Browse files Browse the repository at this point in the history
Introduce RISC-V KVM bindings.

Signed-off-by: Ruoqing He <[email protected]>
  • Loading branch information
RuoqingHe authored and roypat committed Sep 23, 2024
1 parent 7001bd1 commit e2d88c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@

### Added

- RISC-V KVM bindings for Linux kernel v6.9, including serialization support.

### Changed

### Removed

## [0.10.0]

### Added

- RISC-V KVM bindings for Linux kernel v6.9, including serialization support.

## [0.9.1]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvm-bindings"
version = "0.9.1"
version = "0.10.0"
authors = ["Amazon firecracker team <[email protected]>"]
description = "Rust FFI bindings to KVM generated using bindgen."
repository = "https://github.com/rust-vmm/kvm-bindings"
Expand All @@ -26,4 +26,4 @@ zerocopy = { version = "0.7.32", optional = true, features = ["derive"] }

[dev-dependencies]
bincode = "1.3.3"
serde_json = "1.0.125"
serde_json = "1.0.125"

0 comments on commit e2d88c0

Please sign in to comment.