Skip to content

Commit 2931a16

Browse files
release v0.2.1
Updated changelog and crate version. Signed-off-by: Andreea Florescu <[email protected]>
1 parent 1744711 commit 2931a16

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [v0.2.1]
2+
3+
## Fixed
4+
- [[#93]](https://github.com/rust-vmm/vm-memory/issues/93): Avoid torn writes
5+
with memcpy.
6+
17
# [v0.2.0]
28

39
## Added

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.2.0"
3+
version = "0.2.1"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
authors = ["Liu Jiang <[email protected]>"]

0 commit comments

Comments
 (0)