Skip to content

Commit 088d4d8

Browse files
Lencerfalxiord
authored andcommitted
release v0.13.0
Details available in the CHANGELOG.md. Signed-off-by: Changyuan Lyu <[email protected]>
1 parent 3de4150 commit 088d4d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Unreleased
1+
# v0.13.0
22

33
## Added
44
- [[#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
5+
and `Kvm::open_with_cloexec_at()` to allow using kvm device files other than
66
`/dev/kvm`.
77

88
# v0.12.0

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.12.0"
3+
version = "0.13.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)