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

Commit

Permalink
Prepare release 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat committed Jan 3, 2024
1 parent 351385b commit 583a3ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog
## [Unreleased]

## [0.7.0]

### Changed
- API change in the bindings from upstream kernel changes:
* system_event has been made into a new union
- The x86 module has been renamed to x86_64 for consistency (matches the kernel
* system\_event has been made into a new union
- The x86 module has been renamed to x86\_64 for consistency (matches the kernel
architecture directory name)
- Dropped "x86" (32-bit) x86 support
- Added all features to the generated docs.rs documentation.

### Removed

- Dropped "x86" (32-bit) x86 support

## [0.6.0]

### Changed
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.6.0"
version = "0.7.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 583a3ad

Please sign in to comment.