Skip to content

Commit 0d2bf38

Browse files
committed
Release v0.6
Release vm-memory v0.6, with latest dirty track bitmap implementation.
1 parent 5bd7138 commit 0d2bf38

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22
## [Unreleased]
33

4+
## [v0.6.0]
5+
46
### Added
57

68
- [[#140]](https://github.com/rust-vmm/vm-memory/issues/140): Add dirty bitmap tracking abstractions.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "vm-memory"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
6+
categories = ["memory-management"]
67
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
78
repository = "https://github.com/rust-vmm/vm-memory"
89
readme = "README.md"

0 commit comments

Comments
 (0)