Skip to content

Commit 8792b10

Browse files
release virtio-queue-ser v0.4.1
This is a patch release that is needed because we are releasing a new version of virtio-queue. No changes added besides the virtio-queue dependency bump. Signed-off-by: Andreea Florescu <[email protected]>
1 parent a6f552c commit 8792b10

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

crates/virtio-queue-ser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.4.1
2+
- Update the virtio-queue dependency to v0.7.1. This release contains no
3+
breaking changes.
4+
15
# v0.4.0
26

37
## Added

crates/virtio-queue-ser/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "virtio-queue-ser"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["rust-vmm AWS maintainers <[email protected]>"]
55
description = "Serialization for virtio queue state"
66
repository = "https://github.com/rust-vmm/vm-virtio"
@@ -17,8 +17,8 @@ versionize_derive = "0.1.3"
1717
# We use `=0.7.0` as we maintain a 1:1-relationship between virtio-queue
1818
# and virtio-queue-ser releases. This is to prevent accidental changes
1919
# to the serializer output in a patch release of virtio-queue.
20-
virtio-queue = { path = "../../crates/virtio-queue", version = "=0.7.0" }
20+
virtio-queue = { path = "../../crates/virtio-queue", version = "=0.7.1" }
2121
vm-memory = "0.10.0"
2222

2323
[dev-dependencies]
24-
virtio-queue = { path = "../../crates/virtio-queue", version = "=0.7.0", features = ["test-utils"] }
24+
virtio-queue = { path = "../../crates/virtio-queue", version = "=0.7.1", features = ["test-utils"] }

0 commit comments

Comments
 (0)