Skip to content

Commit d219302

Browse files
stefano-garzarellaepilys
authored andcommitted
virtio-vsock: release v0.5.0
This release contains update of dependencies used in several APIs (e.g. vm-memory). Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
1 parent a6365ca commit d219302

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

virtio-vsock/CHANGELOG.md

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

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+
310
# v0.4.0
411

512
Mostly identical to v0.3.2, which was incorrectly published as minor release.

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.4.0"
3+
version = "0.5.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)