Skip to content

Commit 569b637

Browse files
committed
Bump version to 0.18.0
Signed-off-by: Paolo Bonzini <[email protected]>
1 parent a6cd7cd commit 569b637

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Upcoming version
3+
## 0.18.0
44

55
### Changed
66

@@ -11,7 +11,7 @@ However, common interfaces such as `GuestAddressSpace` and `Bytes` remain on
1111
`GuestMemory`; therefore, all callers that just use the `Bytes` interface
1212
remain completely unchanged.
1313

14-
- \[[#362](https://github.com/rust-vmm/vm-memory/pull/360)\] Rename `GuestMemory` to `GuestMemoryBackend`, `IoMemory` to `GuestMemoryBackend`
14+
- \[[#362](https://github.com/rust-vmm/vm-memory/pull/362)\] Rename `GuestMemory` to `GuestMemoryBackend`, `IoMemory` to `GuestMemoryBackend`
1515

1616
### Added
1717

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

0 commit comments

Comments
 (0)