Skip to content

Commit

Permalink
release v0.11.0
Browse files Browse the repository at this point in the history
Details available in the CHANGELOG.md.

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu authored and lauralt committed Nov 18, 2021
1 parent 3971fba commit 0ba3f5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.11.0

## Added
- [[#178](https://github.com/rust-vmm/kvm-ioctls/pull/178)] Support for the AMD
Security Encrypted Virtualization (SEV) through the following VM ioctls:
`encrypt_op`, `encrypt_op_sev`, `register_enc_memory_region` and
`unregister_enc_memory_region`.
- [[#184](https://github.com/rust-vmm/kvm-ioctls/pull/184)] `DeviceFd` now
derives `Debug`.

# v0.10.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-ioctls"
version = "0.10.0"
version = "0.11.0"
authors = ["Amazon Firecracker Team <[email protected]>"]
description = "Safe wrappers over KVM ioctls"
repository = "https://github.com/rust-vmm/kvm-ioctls"
Expand Down

0 comments on commit 0ba3f5d

Please sign in to comment.