Skip to content

Commit 7f9ae67

Browse files
committed
virtio-vsock: release v0.7.0
This release updates the following dependencies: - virtio-queue from 0.12.0 to 0.13.0. - vm-memory from 0.14.0 to 0.15.0. - virtio-bindings from 0.2.2 to 0.2.3. Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
1 parent 02ab2ae commit 7f9ae67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

virtio-vsock/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Upcoming
22

3+
# v0.7.0
4+
35
## Changed
46

57
- Updated virtio-bindings from 0.2.2 to 0.2.3.

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.6.0"
3+
version = "0.7.0"
44
authors = ["rust-vmm community", "rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>"]
55
description = "virtio vsock device implementation"
66
repository = "https://github.com/rust-vmm/vm-virtio"

0 commit comments

Comments
 (0)