Skip to content

Commit 0ddf7ef

Browse files
roypatJonathanWoollett-Light
authored andcommitted
Prepare 0.17.0 release
Signed-off-by: Patrick Roy <[email protected]>
1 parent e2d35ee commit 0ddf7ef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
### Changed
88

9+
## v0.17.0
10+
11+
### Changed
12+
913
- [[#255](https://github.com/rust-vmm/kvm-ioctls/issues/255)]: Fixed a
1014
soundness issue when accessing the `kvm_run` struct. `VcpuFd::run()` and
1115
`VcpuFd::set_kvm_immediate_exit()` now take `&mut self` as a consequence.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-ioctls"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm-ioctls"

0 commit comments

Comments
 (0)