Skip to content

Commit

Permalink
Release v0.6
Browse files Browse the repository at this point in the history
Release vm-memory v0.6, with latest dirty track bitmap implementation.

Signed-off-by: Liu Jiang <[email protected]>
  • Loading branch information
jiangliu committed Aug 3, 2021
1 parent a77fc28 commit a294dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/rust-vmm/vm-memory"
readme = "README.md"
Expand Down

0 comments on commit a294dc6

Please sign in to comment.