Skip to content

Commit 8ed728d

Browse files
virtio-queue-ser: release v0.9.0
virtio-queue v0.12.0 has been released, so let's keep this in sync. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
1 parent 9a29195 commit 8ed728d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

virtio-queue-ser/CHANGELOG.md

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

3+
# v0.9.0
4+
5+
- Updated virtio-queue from 0.11.0 to 0.12.0.
6+
37
# v0.8.0
48

59
## Changed

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.8.0"
3+
version = "0.9.0"
44
authors = ["rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>"]
55
description = "Serialization for virtio queue state"
66
repository = "https://github.com/rust-vmm/vm-virtio"

0 commit comments

Comments
 (0)