From de60792114daee1531f6ffe38596c9acad5a21e6 Mon Sep 17 00:00:00 2001 From: Jinrong Liang Date: Fri, 8 Nov 2024 15:42:43 +0800 Subject: [PATCH] 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 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0cbc65..2ef77e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Upcoming version +## \[v0.16.1\] + ### Added - \[[#304](https://github.com/rust-vmm/vm-memory/pull/304)\] Implement ReadVolatile and WriteVolatile for TcpStream diff --git a/Cargo.toml b/Cargo.toml index d20f5c1c..9d07c27e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vm-memory" -version = "0.16.0" +version = "0.16.1" description = "Safe abstractions for accessing the VM physical memory" keywords = ["memory"] categories = ["memory-management"]