From 22416e0e2b8be37152d573b6706565097c7530a1 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Wed, 28 Jun 2023 14:30:55 +0530 Subject: [PATCH] release vm-memory v0.12.0 Details in changelog. Signed-off-by: Viresh Kumar --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd714fc..0399a047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v0.12.0] ### Added - [[#241]](https://github.com/rust-vmm/vm-memory/pull/241) Add Xen memory diff --git a/Cargo.toml b/Cargo.toml index 4d34416c..ac30daf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]