Skip to content

Commit f28ca49

Browse files
zulinx86ShadowCurse
authored andcommitted
Prepare new release for kvm-ioctls
Bump kvm-ioctls version from 0.20.0 to 0.21.0 since `set_xsave()` was mark `unsafe` and that is a breaking change. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent bae8bc7 commit f28ca49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

kvm-ioctls/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Upcoming Release
44

5+
## v0.21.0
6+
57
### Added
68

79
- [[#310](https://github.com/rust-vmm/kvm/pull/310)]: Added support for

kvm-ioctls/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-ioctls"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm"

0 commit comments

Comments
 (0)