From 3556da9599dd262894a2c08c67a9c84312a9a2f9 Mon Sep 17 00:00:00 2001 From: Egor Lazarchuk Date: Mon, 9 Dec 2024 15:57:57 +0000 Subject: [PATCH] chore: Prepare 0.19.1 release Signed-off-by: Egor Lazarchuk --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ce2e6d..f46e5b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Upcoming Release +## v0.19.1 + ### Fixed - [[#298](https://github.com/rust-vmm/kvm/pull/298)]: Fixed incorrect usage of `ioctl_wit_ref` in the diff --git a/Cargo.toml b/Cargo.toml index 3a68b116..84e69fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kvm-ioctls" -version = "0.19.0" +version = "0.19.1" authors = ["Amazon Firecracker Team "] description = "Safe wrappers over KVM ioctls" repository = "https://github.com/rust-vmm/kvm-ioctls"