Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 9a5fbd2

Browse files
rbradfordalindima
authored andcommitted
Release 0.4.0-1
Upgrade the versionize and vmm-sys-utils versions. Signed-off-by: Rob Bradford <[email protected]> Signed-off-by: alindima <[email protected]>
1 parent cd470ec commit 9a5fbd2

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.4.0-1]
4+
5+
- [upstream] vmm-sys-utils dependency bumped to v0.8.0
6+
- versionize dependency bumped to v0.1.6
7+
38
## [0.3.0-3]
49

510
### Changed
@@ -22,6 +27,13 @@
2227
- [upstream] Enabled `fam-wrappers` support on arm and arm64.
2328
- [upstream] Added fam-wrapper for the arm specific `kvm_reg_list` struct.
2429

30+
## [0.3.0]
31+
32+
### Added
33+
34+
- Added versioning support for kvm bindings structures used
35+
in VM serialization on x86_64.
36+
2537
## [0.2.0-2]
2638

2739
### Changed
@@ -32,11 +44,6 @@
3244

3345
Built on top of upstream rust-vmm/kvm-bindings v0.2.0.
3446

35-
### Added
36-
37-
- Added versioning support for kvm bindings structures used
38-
in VM serialization on x86_64.
39-
4047
## [0.2.0]
4148

4249
### Added

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-bindings"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Amazon firecracker team <[email protected]>"]
55
description = "Rust FFI bindings to KVM generated using bindgen."
66
repository = "https://github.com/rust-vmm/kvm-bindings"
@@ -14,7 +14,7 @@ kvm-v4_20_0 = []
1414
fam-wrappers = ["vmm-sys-util"]
1515

1616
[dependencies]
17-
vmm-sys-util = { version = ">=0.2.0", optional = true }
17+
vmm-sys-util = { version = ">=0.8.0", optional = true }
1818

19-
versionize = { version = ">=0.1.4" }
19+
versionize = { version = ">=0.1.6" }
2020
versionize_derive = { version = ">=0.1.3" }

0 commit comments

Comments
 (0)