We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9a0a7 commit a6365caCopy full SHA for a6365ca
virtio-queue-ser/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Upcoming release
2
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
11
# v0.7.0
12
13
- Updated virtio-queue from 0.9.1 to 0.10.0.
virtio-queue-ser/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "virtio-queue-ser"
-version = "0.7.0"
+version = "0.8.0"
authors = ["rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>"]
description = "Serialization for virtio queue state"
repository = "https://github.com/rust-vmm/vm-virtio"
0 commit comments