Skip to content

Commit 8e623d5

Browse files
release virtio-queue-ser v0.3.0
Signed-off-by: Andreea Florescu <[email protected]>
1 parent 9b20cef commit 8e623d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

crates/virtio-queue-ser/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v0.3.0
2+
3+
## Changed
4+
- Update the way that dependencies are pulled such that we don't end up with incompatible versions.
5+
6+
## Removed
7+
- Removed the `num_added` from the saved state. This is an implementation detail coming from
8+
the notification suppression feature, so it shouldn't be part of the state.
9+
110
# v0.2.0
211

312
- Relax the dependency on `virtio-queue` so that we do not need to publish a release of this crate

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.2.0"
3+
version = "0.3.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)