Skip to content

Commit acd281e

Browse files
committed
Release v0.6
Release vm-memory v0.6, with latest dirty track bitmap implementation. Signed-off-by: Liu Jiang <[email protected]>
1 parent 79e00b2 commit acd281e

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
- [[#160]](https://github.com/rust-vmm/vm-memory/pull/160): Add `ArcRef` and `AtomicBitmapArc` bitmap

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 <[email protected]>"]
78
repository = "https://github.com/rust-vmm/vm-memory"
89
readme = "README.md"

0 commit comments

Comments
 (0)