Skip to content

Commit b3cd5da

Browse files
vm-memory version v0.2.0
- Updated changelog with changes from the last release. - Updated crate version to 0.2.0 Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent 43f7b64 commit b3cd5da

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
[v0.1.0]
1+
# [v0.2.0]
22

3-
# Added
3+
## Added
4+
5+
- [[#76]](https://github.com/rust-vmm/vm-memory/issues/76): Added `get_slice` and
6+
`as_volatile_slice` to `GuestMemoryRegion`.
7+
- [[#88]](https://github.com/rust-vmm/vm-memory/issues/88): Added `as_bytes` for
8+
`ByteValued` which can be used for reading into POD structures from
9+
raw bytes.
10+
11+
# [v0.1.0]
12+
13+
## Added
414

515
- Added traits for working with VM memory.
616
- Added a mmap based implemention for the Guest Memory.

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.1.0"
3+
version = "0.2.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]

0 commit comments

Comments
 (0)