Skip to content

Commit 3442ddf

Browse files
committed
add changelog entry for 0.17.2
Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 0de3985 commit 3442ddf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[v0.17.2\]
4+
5+
This release re-packages the code of vm-memory 0.18.0 while preserving
6+
API compatibility with 0.17.1. All the actual implementation comes from
7+
version 0.18.0, which this crate re-exports with `GuestMemoryBackend`
8+
changed back to `GuestMemory`.
9+
310
## \[v0.17.1\]
411

512
No visible changes.

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.17.1"
3+
version = "0.17.2"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]

0 commit comments

Comments
 (0)