Skip to content

Commit 0494c05

Browse files
Erik Schillingandreeaflorescu
authored andcommitted
virtio-vsock: Release v0.3.2
Minor release since there should be no user-visible changes. Signed-off-by: Erik Schilling <[email protected]>
1 parent cec066d commit 0494c05

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

crates/devices/virtio-vsock/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Upcoming
2+
3+
# v0.3.2
4+
5+
## Changes
6+
7+
- Update vm-memory from 0.12.0 to 0.13.1.
8+
- Update virtio-queue from 0.9.0 to 0.9.1.
9+
110
# v0.3.1
211

312
## Changes

crates/devices/virtio-vsock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "virtio-vsock"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["rust-vmm community", "rust-vmm AWS maintainers <[email protected]>"]
55
description = "virtio vsock device implementation"
66
repository = "https://github.com/rust-vmm/vm-virtio"

0 commit comments

Comments
 (0)