Skip to content

Commit

Permalink
release v0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
  • Loading branch information
ShadowCurse authored and andreeaflorescu committed May 29, 2023
1 parent b0a2586 commit 0b102e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Upcoming Release

# v0.14.0

## Added

- [[#219](https://github.com/rust-vmm/kvm-ioctls/pull/219)] Support for
`KVM_GET_MSR_FEATURE_INDEX_LIST` and `KVM_GET_MSRS` system ioctls.
- [[#221](https://github.com/rust-vmm/kvm-ioctls/pull/221)] Add
`Cap::ArmPmuV3`.

## Changed

- [[#223](https://github.com/rust-vmm/kvm-ioctls/pull/223)] aarch64:
Updated `get/set_one_reg` to support different registers sizes through
byte slices.
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-ioctls"
version = "0.13.0"
version = "0.14.0"
authors = ["Amazon Firecracker Team <firecracker-maintainers@amazon.com>"]
description = "Safe wrappers over KVM ioctls"
repository = "https://github.com/rust-vmm/kvm-ioctls"
Expand Down

0 comments on commit 0b102e7

Please sign in to comment.