Skip to content

Commit 5931c3c

Browse files
RuoqingHestefano-garzarella
authored andcommitted
virtio-vsock: Prepare v0.8.0 release
Update virtio-vsock from v0.7.0 to v0.8.0: - Update vm-memory from 0.15.0 to 0.16.0. - Update virtio-bindings from 0.2.3 to 0.2.4. - Update virtio-queue from 0.13.0 to 0.14.0. Signed-off-by: Ruoqing He <[email protected]>
1 parent 02b3432 commit 5931c3c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

virtio-vsock/CHANGELOG.md

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

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

7+
- Updated vm-memory from 0.15.0 to 0.16.0.
58
- Updated virtio-bindings from 0.2.3 to 0.2.4.
69
- Updated virtio-queue from 0.13.0 to 0.14.0.
710

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.7.0"
3+
version = "0.8.0"
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)