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

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
In this release, the v4.14 bindings were removed, and the v4.20
ones were replaced with v5.13.

Signed-off-by: Laura Loghin <[email protected]>
  • Loading branch information
lauralt authored and alexandruag committed Aug 24, 2021
1 parent 9465774 commit 16a87c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

## [0.5.0]

### Changed

- Replaced the v4.20 bindings with the v5.13 ones.

### Removed

- Removed v4.14 bindings.

## [0.4.0]

- vmm-sys-utils dependency bumped to match kvm-ioctls
- vmm-sys-utils dependency bumped to match kvm-ioctls.

## [0.3.0]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvm-bindings"
version = "0.4.0"
version = "0.5.0"
authors = ["Amazon firecracker team <[email protected]>"]
description = "Rust FFI bindings to KVM generated using bindgen."
repository = "https://github.com/rust-vmm/kvm-bindings"
Expand Down

0 comments on commit 16a87c9

Please sign in to comment.