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 bb65191 commit 5258456Copy full SHA for 5258456
CHANGELOG.md
@@ -1,4 +1,19 @@
1
# Changelog
2
+## [Unreleased]
3
+
4
+### Added
5
6
+### Changed
7
8
+### Fixed
9
10
+### Deprecated
11
12
+## [v0.12.1]
13
14
15
+- [[#241]](https://github.com/rust-vmm/vm-memory/pull/245) mmap_xen: Don't drop
16
+ the FileOffset while in use #245
17
18
## [v0.12.0]
19
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-memory"
-version = "0.12.0"
+version = "0.12.1"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
categories = ["memory-management"]
0 commit comments