From 8ed728d3a75a5ae26a3ebd1180973d4311615b46 Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Wed, 20 Mar 2024 11:39:24 +0100 Subject: [PATCH] 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 --- virtio-queue-ser/CHANGELOG.md | 4 ++++ virtio-queue-ser/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/virtio-queue-ser/CHANGELOG.md b/virtio-queue-ser/CHANGELOG.md index fa1ba8f7..26035a77 100644 --- a/virtio-queue-ser/CHANGELOG.md +++ b/virtio-queue-ser/CHANGELOG.md @@ -1,5 +1,9 @@ # Upcoming release +# v0.9.0 + +- Updated virtio-queue from 0.11.0 to 0.12.0. + # v0.8.0 ## Changed diff --git a/virtio-queue-ser/Cargo.toml b/virtio-queue-ser/Cargo.toml index 4c803ea8..d73b027e 100644 --- a/virtio-queue-ser/Cargo.toml +++ b/virtio-queue-ser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtio-queue-ser" -version = "0.8.0" +version = "0.9.0" authors = ["rust-vmm AWS maintainers "] description = "Serialization for virtio queue state" repository = "https://github.com/rust-vmm/vm-virtio"