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

Commit 3601acb

Browse files
acatangiualxiord
authored andcommitted
bump version to 0.1.2
Signed-off-by: Adrian Catangiu <[email protected]>
1 parent a759a79 commit 3601acb

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1-
# [0.1.0]
1+
# Changelog
2+
3+
## [0.1.2]
4+
5+
### Added
6+
7+
- Added opt-in feature `fam-wrappers` that enables exporting
8+
safe wrappers over generated structs with flexible array
9+
members. This optional feature has an external dependency
10+
on `vmm-sys-util`.
11+
- Added safe fam-wrappers for `kvm_msr_list`, `kvm_msrs`,
12+
and `kvm_cpuid2`.
13+
14+
## [0.1.1]
15+
16+
### Changed
17+
18+
- Do not enforce rust Edition 2018.
19+
20+
## [0.1.0]
221

322
### Added
423

524
- KVM bindings for Linux kernel version 4.14 and 4.20 with
6-
support for arm, arm64, x86 and x86_64.
25+
support for arm, arm64, x86 and x86_64.

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.1.1"
3+
version = "0.1.2"
44
authors = ["Amazon firecracker team <[email protected]>"]
55
description = "Rust FFI bindings to KVM generated using bindgen."
66
repository = "https://github.com/rust-vmm/kvm-bindings"

0 commit comments

Comments
 (0)