From a294dc6d62c323b60437577b5b209b8730e33966 Mon Sep 17 00:00:00 2001 From: Liu Jiang Date: Mon, 15 Feb 2021 01:57:44 +0800 Subject: [PATCH] Release v0.6 Release vm-memory v0.6, with latest dirty track bitmap implementation. Signed-off-by: Liu Jiang --- CHANGELOG.md | 2 ++ Cargo.toml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90396600..ac25d464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +## [v0.6.0] + ### Added - [[#160]](https://github.com/rust-vmm/vm-memory/pull/160): Add `ArcRef` and `AtomicBitmapArc` bitmap diff --git a/Cargo.toml b/Cargo.toml index bc6b4f1f..fbb26bb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "vm-memory" -version = "0.5.0" +version = "0.6.0" description = "Safe abstractions for accessing the VM physical memory" keywords = ["memory"] +categories = ["memory-management"] authors = ["Liu Jiang "] repository = "https://github.com/rust-vmm/vm-memory" readme = "README.md"