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

Commit 16a87c9

Browse files
lauraltalexandruag
authored andcommitted
Release 0.5.0
In this release, the v4.14 bindings were removed, and the v4.20 ones were replaced with v5.13. Signed-off-by: Laura Loghin <lauralg@amazon.com>
1 parent 9465774 commit 16a87c9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Changelog
22

3+
## [0.5.0]
4+
5+
### Changed
6+
7+
- Replaced the v4.20 bindings with the v5.13 ones.
8+
9+
### Removed
10+
11+
- Removed v4.14 bindings.
12+
313
## [0.4.0]
414

5-
- vmm-sys-utils dependency bumped to match kvm-ioctls
15+
- vmm-sys-utils dependency bumped to match kvm-ioctls.
616

717
## [0.3.0]
818

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.4.0"
3+
version = "0.5.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)