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 a6365ca commit d219302Copy full SHA for d219302
virtio-vsock/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Upcoming
2
3
+# v0.5.0
4
+
5
+## Changes
6
7
+- Update vm-memory from 0.13.1 to 0.14.0.
8
+- Update virtio-queue from 0.10.0 to 0.11.0.
9
10
# v0.4.0
11
12
Mostly identical to v0.3.2, which was incorrectly published as minor release.
virtio-vsock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "virtio-vsock"
-version = "0.4.0"
+version = "0.5.0"
authors = ["rust-vmm community", "rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>"]
description = "virtio vsock device implementation"
repository = "https://github.com/rust-vmm/vm-virtio"
0 commit comments