We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de4150 commit 088d4d8Copy full SHA for 088d4d8
CHANGELOG.md
@@ -1,8 +1,8 @@
1
-# Unreleased
+# v0.13.0
2
3
## Added
4
- [[#213](https://github.com/rust-vmm/kvm-ioctls/pull/213)] Add `Kvm::new_with_path()`
5
- and `Kvm::open_with_cloexec_at()` to allowing using kvm device file other than
+ and `Kvm::open_with_cloexec_at()` to allow using kvm device files other than
6
`/dev/kvm`.
7
8
# v0.12.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kvm-ioctls"
-version = "0.12.0"
+version = "0.13.0"
authors = ["Amazon Firecracker Team <[email protected]>"]
description = "Safe wrappers over KVM ioctls"
repository = "https://github.com/rust-vmm/kvm-ioctls"
0 commit comments