Skip to content

Commit

Permalink
Prepare for release v0.12.1
Browse files Browse the repository at this point in the history
This fixes a critical issue with the Xen implementation.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
vireshk authored and jiangliu committed Jul 21, 2023
1 parent bb65191 commit 5258456
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Changelog
## [Unreleased]

### Added

### Changed

### Fixed

### Deprecated

## [v0.12.1]

### Fixed
- [[#241]](https://github.com/rust-vmm/vm-memory/pull/245) mmap_xen: Don't drop
the FileOffset while in use #245

## [v0.12.0]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 5258456

Please sign in to comment.