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"