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

Commit 5b1f5f7

Browse files
dianpopaalxiord
authored andcommitted
bump version to 0.3.0
The CHANGELOG was also updated with newly added functionality. Signed-off-by: Diana Popa <dpopa@amazon.com>
1 parent 4407f23 commit 5b1f5f7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0]
4+
5+
### Added
6+
7+
- Enabled `fam-wrappers` support on arm and arm64.
8+
- Added fam-wrapper for the arm specific `kvm_reg_list` struct.
9+
310
## [0.2.0]
411

512
### Added

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.2.0"
3+
version = "0.3.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)