Skip to content

Commit cec066d

Browse files
Erik Schillingandreeaflorescu
authored andcommitted
virtio-queue-ser: Release 0.6.0
Out of abundance of caution, this is a major release. The crate pins a fixed virtio-queue version in order to attempt serialization changes. A serialization change is user-visible, so I bumped the major. Signed-off-by: Erik Schilling <[email protected]>
1 parent 7241d16 commit cec066d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/virtio-queue-ser/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Upcoming release
22

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

5-
- Updated vm-memory from 0.11.0 to 0.12.0.
7+
- Updated vm-memory from 0.11.0 to 0.13.1.
8+
- Updated virtio-queue from 0.8.0 to 0.9.1.
69

710
# v0.5.0
811

crates/virtio-queue-ser/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-queue-ser"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["rust-vmm AWS maintainers <[email protected]>"]
55
description = "Serialization for virtio queue state"
66
repository = "https://github.com/rust-vmm/vm-virtio"

0 commit comments

Comments
 (0)