Skip to content

Commit 514de05

Browse files
committed
iommufd-ioctls: Release iommufd-ioctls v0.2.0
Signed-off-by: Bo Chen <bchen@crusoe.ai>
1 parent 655e4df commit 514de05

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

iommufd-ioctls/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Changed
44

5+
## Added
6+
7+
## Fixed
8+
9+
# [v0.2.0]
10+
11+
## Changed
12+
513
## Added
614
- [[9]](https://github.com/cloud-hypervisor/iommufd/pull/9) Add `Iommufd::destroy_iommu_object` to release iommufd
715
objects explicitly.
@@ -10,7 +18,6 @@
1018

1119
## Fixed
1220

13-
1421
# [v0.1.0]
1522

1623
This is the first `iommufd-ioctls` crate release.

iommufd-ioctls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iommufd-ioctls"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["The Cloud Hypervisor Authors"]
55
license = "Apache-2.0"
66
description = "Safe wrappers over IOMMUFD uAPIs"

0 commit comments

Comments
 (0)