We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49a173 commit cd17d43Copy full SHA for cd17d43
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# Changelog
2
## [Unreleased]
3
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
14
## [v0.6.0]
15
16
### Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-memory"
-version = "0.6.0"
+version = "0.7.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
categories = ["memory-management"]
0 commit comments