Skip to content

Commit 53b711b

Browse files
roypatbonzini
authored andcommitted
prepare 0.17.0 release
Signed-off-by: Patrick Roy <[email protected]>
1 parent b8401e6 commit 53b711b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Upcoming version
3+
## \[v0.17.0\]
44

55
### Added
66

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-memory"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]
@@ -49,4 +49,4 @@ all-features = true
4949
rustdoc-args = ["--cfg", "docsrs"]
5050

5151
[package.metadata.cargo-all-features]
52-
skip_optional_dependencies = true
52+
skip_optional_dependencies = true

0 commit comments

Comments
 (0)