Skip to content

Commit

Permalink
release v0.13.0
Browse files Browse the repository at this point in the history
Details available in the CHANGELOG.md.

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
  • Loading branch information
Lencerf authored and alxiord committed Jan 31, 2023
1 parent 3de4150 commit 088d4d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Unreleased
# v0.13.0

## Added
- [[#213](https://github.com/rust-vmm/kvm-ioctls/pull/213)] Add `Kvm::new_with_path()`
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
`/dev/kvm`.

# v0.12.0
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.12.0"
version = "0.13.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 088d4d8

Please sign in to comment.