Skip to content

Commit

Permalink
chore: Prepare 0.9.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ruoqing He <[email protected]>
  • Loading branch information
TimePrinciple authored and roypat committed Sep 5, 2024
1 parent ed2594e commit 670237c
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.9.1]

### Changed

- Fixed and validated manual (De)Serialize implementations to work with
`serde_json` crate.

## [0.9.0]

### Changed
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.9.0"
version = "0.9.1"
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 670237c

Please sign in to comment.