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

Commit d4e2df7

Browse files
roypatalxiord
authored andcommitted
release v0.6.0
Details in CHANGELOG.md Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 447f756 commit d4e2df7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.6.0]
4+
5+
### Changed
6+
7+
- Updated vmm-sys-utils dependency to 0.11.0
8+
- Switched to specifying dependencies using caret requirements
9+
instead of comparision requirements
10+
11+
### Added
12+
13+
- Implement `PartialEq` for fam\_wrappers
14+
315
## [0.5.0]
416

517
### Changed

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.5.0"
3+
version = "0.6.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-bindings"

0 commit comments

Comments
 (0)