From 87f34889f6f02caf3676c1414083c35ee1c37a18 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Mon, 11 May 2026 17:59:48 +0000 Subject: [PATCH] iommufd-ioctls: Release iommufd-ioctls v0.2.0 Signed-off-by: Bo Chen --- iommufd-ioctls/CHANGELOG.md | 9 ++++++++- iommufd-ioctls/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/iommufd-ioctls/CHANGELOG.md b/iommufd-ioctls/CHANGELOG.md index a8634a5..726a398 100644 --- a/iommufd-ioctls/CHANGELOG.md +++ b/iommufd-ioctls/CHANGELOG.md @@ -2,6 +2,14 @@ ## Changed +## Added + +## Fixed + +# [v0.2.0] + +## Changed + ## Added - [[9]](https://github.com/cloud-hypervisor/iommufd/pull/9) Add `Iommufd::destroy_iommu_object` to release iommufd objects explicitly. @@ -10,7 +18,6 @@ ## Fixed - # [v0.1.0] This is the first `iommufd-ioctls` crate release. diff --git a/iommufd-ioctls/Cargo.toml b/iommufd-ioctls/Cargo.toml index e55ccbc..7a5f72f 100644 --- a/iommufd-ioctls/Cargo.toml +++ b/iommufd-ioctls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iommufd-ioctls" -version = "0.1.0" +version = "0.2.0" authors = ["The Cloud Hypervisor Authors"] license = "Apache-2.0" description = "Safe wrappers over IOMMUFD uAPIs"