Skip to content

Commit cd17d43

Browse files
alindimaalexandruag
authored andcommitted
Release v0.7.0
Signed-off-by: alindima <[email protected]>
1 parent a49a173 commit cd17d43

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
## [v0.7.0]
5+
6+
### Changed
7+
8+
- [[#176]](https://github.com/rust-vmm/vm-memory/pull/176): Relax the trait
9+
bounds of `Bytes` auto impl for `T: GuestMemory`
10+
- [[#178]](https://github.com/rust-vmm/vm-memory/pull/178):
11+
`MmapRegion::build_raw` no longer requires that the length of the region is a
12+
multiple of the page size.
13+
414
## [v0.6.0]
515

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

0 commit comments

Comments
 (0)