Skip to content

Commit a4bc625

Browse files
jinankjainroypat
authored andcommitted
Prepare new release for kvm-ioctls and kvm-bindings
Bumping major versions for both of the crates. Majorly to bump the vmm-sys-utils crate. Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
1 parent aba9121 commit a4bc625

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

kvm-bindings/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44

55
### Added
66

7-
- Added FamStructWrapper for `kvm_irq_routing` type.
8-
- Added serde support for `kvm_irq_routing` and `kvm_irq_routing_entry` types.
9-
107
### Changed
118

129
### Removed
1310

11+
## [0.12.0]
12+
13+
### Added
14+
15+
- [[323]](https://github.com/rust-vmm/kvm/pull/323) Upgrade vmm-sys-util to v0.14.0
16+
- Added FamStructWrapper for `kvm_irq_routing` type.
17+
- Added serde support for `kvm_irq_routing` and `kvm_irq_routing_entry` types.
18+
1419
## [0.11.1]
1520

1621
### Added

kvm-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 = "kvm-bindings"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
authors = ["Amazon firecracker team <firecracker-devel@amazon.com>"]
55
description = "Rust FFI bindings to KVM generated using bindgen."
66
repository = "https://github.com/rust-vmm/kvm"

kvm-ioctls/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Upcoming Release
44

5+
## v0.22.0
6+
7+
### Changed
8+
9+
- [[#324]](https://github.com/rust-vmm/kvm/pull/324) Upgrade kvm-bindings to v0.12.0
10+
- [[#323]](https://github.com/rust-vmm/kvm/pull/323) Upgrade vmm-sys-util to v0.14.0
11+
512
## v0.21.0
613

714
### Added

kvm-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 = "kvm-ioctls"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["Amazon Firecracker Team <firecracker-maintainers@amazon.com>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm"
@@ -11,7 +11,7 @@ edition = "2021"
1111

1212
[dependencies]
1313
libc = "0.2.39"
14-
kvm-bindings = { path = "../kvm-bindings", version = "0.11.0", features = ["fam-wrappers"] }
14+
kvm-bindings = { path = "../kvm-bindings", version = "0.12.0", features = ["fam-wrappers"] }
1515
vmm-sys-util = { workspace = true }
1616
bitflags = "2.4.1"
1717

0 commit comments

Comments
 (0)