We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed728d commit 7421376Copy full SHA for 7421376
virtio-vsock/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Upcoming
2
3
+# v0.6.0
4
+
5
+## Changes
6
7
+- Update virtio-queue from 0.11.0 to 0.12.0.
8
9
# v0.5.0
10
11
## Changes
virtio-vsock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "virtio-vsock"
-version = "0.5.0"
+version = "0.6.0"
authors = ["rust-vmm community", "rust-vmm AWS maintainers <[email protected]>"]
description = "virtio vsock device implementation"
repository = "https://github.com/rust-vmm/vm-virtio"
0 commit comments