Skip to content

Commit fc7153a

Browse files
committed
prepare 0.8.0 release
Signed-off-by: Laura Loghin <[email protected]>
1 parent c66e561 commit fc7153a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
## [Unreleased]
33

4+
## [v0.8.0]
5+
6+
### Fixed
7+
8+
- [[#190]](https://github.com/rust-vmm/vm-memory/pull/190):
9+
`VolatileSlice::read/write` when input slice is empty.
10+
411
## [v0.7.0]
512

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

0 commit comments

Comments
 (0)