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 0d03d7d commit 84b01b8Copy full SHA for 84b01b8
virtio-vsock/CHANGELOG.md
@@ -4,11 +4,15 @@
4
5
## Changed
6
7
+## Fixed
8
+
9
+# v0.10.0
10
11
+## Changed
12
13
- Updated virtio-bindings from 0.2.5 to 0.2.6.
14
- Updated virtio-queue from 0.15.0 to 0.16.0
15
-## Fixed
-
16
# v0.9.0
17
18
## Fixed
virtio-vsock/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "virtio-vsock"
3
-version = "0.9.0"
+version = "0.10.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