Skip to content

Commit 6780c00

Browse files
anirudhrbrussell-islam
authored andcommitted
misc: prepare new release of vfio crates
Update all Cargo.toml and CHANGELOG.md files in preparation of a new release of the VFIO crates. Signed-off-by: Anirudh Rayabharam <[email protected]>
1 parent 11ea559 commit 6780c00

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

vfio-bindings/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Upcoming Release
22

3-
### Changed
3+
# [v0.6.0]
4+
5+
## Changed
46

57
- [[101]](https://github.com/rust-vmm/vfio/pull/101) Disable multi-version support
68
- [[104]](https://github.com/rust-vmm/vfio/pull/104) Regenerate vfio-bindings with the Linux kernel v6.6.0

vfio-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vfio-bindings"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["The Cloud Hypervisor Authors"]
55
license = "Apache-2.0 OR BSD-3-Clause"
66
description = "Rust FFI bindings to vfio generated using bindgen."

vfio-ioctls/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Upcoming release
22

3+
# [v0.5.1]
4+
35
### Changed
46

57
- [[111]](https://github.com/rust-vmm/vfio/pull/111) vfio-ioctls: upgrade mshv-bindings and mshv-ioctls

vfio-ioctls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vfio-ioctls"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"The Cloud Hypervisor Authors",
66
"Liu Jiang <[email protected]>",
@@ -27,7 +27,7 @@ log = "0.4"
2727
kvm-bindings = { version = "0.12.0", optional = true }
2828
kvm-ioctls = { version = "0.22.0", optional = true }
2929
thiserror = { workspace = true }
30-
vfio-bindings = { version = "=0.5.0", path = "../vfio-bindings" }
30+
vfio-bindings = { version = "=0.6.0", path = "../vfio-bindings" }
3131
vm-memory = { version = "0.16.0", features = ["backend-mmap"] }
3232
vmm-sys-util = { workspace = true }
3333
mshv-bindings = { version = "0.6.0", features = [

vfio-user/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
### Fixed
1010

11+
# [v0.1.1]
12+
13+
## Changed
14+
- Bumped vfio-bindings to 0.6.0
15+
1116
# [v0.1.0]
1217

1318
This is the first `vfio-user` crate release.

vfio-user/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vfio_user"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["The Cloud Hypervisor Authors"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -18,7 +18,7 @@ serde = { version = "1.0.151", features = ["rc"] }
1818
serde_derive = "1.0.149"
1919
serde_json = "1.0.93"
2020
thiserror = { workspace = true }
21-
vfio-bindings = { version = "=0.5.0", path = "../vfio-bindings", features = [
21+
vfio-bindings = { version = "=0.6.0", path = "../vfio-bindings", features = [
2222
"fam-wrappers",
2323
] }
2424
vm-memory = { version = "0.16.0", features = [

0 commit comments

Comments
 (0)