Skip to content

Commit a6bcb43

Browse files
roypatandreeaflorescu
authored andcommitted
chore: Prepare release 0.13.0
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 51a6c74 commit a6bcb43

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [v0.13.0]
6+
57
### Added
68
- [[#247]](https://github.com/rust-vmm/vm-memory/pull/247) Add `ReadVolatile` and
79
`WriteVolatile` traits which are equivalents of `Read`/`Write` with volatile

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.12.2"
3+
version = "0.13.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]

0 commit comments

Comments
 (0)