Skip to content

Commit

Permalink
chore: Prepare 0.16.1 release
Browse files Browse the repository at this point in the history
Prepare the release of version 0.16.1 to include the implementations of
ReadVolatile and WriteVolatile for TcpStream.

Signed-off-by: Jinrong Liang <[email protected]>
  • Loading branch information
Jinrong Liang authored and andreeaflorescu committed Nov 11, 2024
1 parent c2cdad5 commit de60792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit de60792

Please sign in to comment.