Skip to content

Commit a6365ca

Browse files
stefano-garzarellaepilys
authored andcommitted
virtio-queue-ser: release v0.8.0
virtio-queue v0.11.0 has been released, so let's keep this in sync. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
1 parent ff9a0a7 commit a6365ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

virtio-queue-ser/CHANGELOG.md

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

3+
# v0.8.0
4+
5+
## Changed
6+
7+
- Updated vm-memory from 0.13.1 to 0.14.0.
8+
- Updated virtio-queue from 0.10.0 to 0.11.0.
9+
- Updated versionize from 0.1.6 to 0.2.0.
10+
311
# v0.7.0
412

513
- Updated virtio-queue from 0.9.1 to 0.10.0.

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.7.0"
3+
version = "0.8.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)