Skip to content

Commit

Permalink
release vm-memory v0.12.0
Browse files Browse the repository at this point in the history
Details in changelog.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
vireshk authored and jiangliu committed Jun 28, 2023
1 parent 7842831 commit 22416e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [v0.12.0]

### Added
- [[#241]](https://github.com/rust-vmm/vm-memory/pull/241) Add Xen memory
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.11.0"
version = "0.12.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
categories = ["memory-management"]
Expand Down

0 comments on commit 22416e0

Please sign in to comment.