Skip to content

Commit 3bbf0db

Browse files
Erik Schillingepilys
authored andcommitted
virtio-vsock: new release 0.4.0
We have the same vm-memory dependency as virtio-queue. So the previous release should have been a major. Signed-off-by: Erik Schilling <[email protected]>
1 parent 3ace54f commit 3bbf0db

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

crates/devices/virtio-vsock/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Upcoming
22

3-
# v0.3.2
3+
# v0.4.0
4+
5+
Mostly identical to v0.3.2, which was incorrectly published as minor release.
6+
7+
## Changes
8+
9+
- Update virtio-queue from 0.9.1 to 0.10.0 (same minor/major problems)
10+
11+
# v0.3.2 - yanked
12+
13+
This version got yanked. It should have been a major release. The vm-memory
14+
dependency - which received a major bump - is part of the public interface.
415

516
## Changes
617

crates/devices/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.3.2"
3+
version = "0.4.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)