Skip to content

Commit b55a713

Browse files
roypatalxiord
authored andcommitted
Prepare release 0.11.0
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 1bdb2be commit b55a713

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+
## [v0.11.0]
4+
5+
### Added
6+
- [[#216]](https://github.com/rust-vmm/vm-memory/pull/216) Add `GuestRegionMmap::from_region`.
7+
8+
### Fixed
9+
- [[#217]](https://github.com/rust-vmm/vm-memory/pull/217) Fix vm-memory internally
10+
taking rust-style slices to guest memory in ways that could potentially cause
11+
undefined behavior. Removes/deprecates various `as_slice`/`as_slice_mut` methods
12+
whose usage violated rust's aliasing rules, as well as an unsound
13+
`impl<'a> VolatileMemory for &'a mut [u8]`.
14+
315
## [v0.10.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 = "vm-memory"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]

0 commit comments

Comments
 (0)