Skip to content

Commit de60792

Browse files
Jinrong Liangandreeaflorescu
authored andcommitted
chore: Prepare 0.16.1 release
Prepare the release of version 0.16.1 to include the implementations of ReadVolatile and WriteVolatile for TcpStream. Signed-off-by: Jinrong Liang <cloudliang@tencent.com>
1 parent c2cdad5 commit de60792

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Upcoming version
44

5+
## \[v0.16.1\]
6+
57
### Added
68

79
- \[[#304](https://github.com/rust-vmm/vm-memory/pull/304)\] Implement ReadVolatile and WriteVolatile for TcpStream

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

0 commit comments

Comments
 (0)