Skip to content

Commit 24a5d20

Browse files
andreeaflorescualxiord
authored andcommitted
release vm-memory v0.10.0
Details in the changelog file. Signed-off-by: Andreea Florescu <[email protected]>
1 parent ac8fc12 commit 24a5d20

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
2-
## [Unreleased]
2+
3+
## [v0.10.0]
4+
5+
### Changed
6+
- [[#208]](https://github.com/rust-vmm/vm-memory/issues/208) Updated
7+
vmm-sys-util dependency to v0.11.0
8+
- [[#203]](https://github.com/rust-vmm/vm-memory/pull/203) Switched to Rust
9+
edition 2021.
310

411
## [v0.9.0]
512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-memory"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]

0 commit comments

Comments
 (0)