Skip to content

Commit

Permalink
Release virtio-vsock 0.2.0
Browse files Browse the repository at this point in the history
See rust-vmm/community#136

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat authored and andreeaflorescu committed Nov 14, 2022
1 parent 5b1f3e3 commit 3ae8b7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions crates/devices/virtio-vsock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.2.0

## Added

- Derive `Eq` for `packet::PacketHeader`.

## Changes

- Updated vm-memory to 0.10.0.
- Updated virtio-queue to 0.7.0.
- Upgrade Rust edition to 2021.

# v0.1.0

This is the first release of the crate.
2 changes: 1 addition & 1 deletion crates/devices/virtio-vsock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtio-vsock"
version = "0.1.0"
version = "0.2.0"
authors = ["rust-vmm community", "rust-vmm AWS maintainers <[email protected]>"]
description = "virtio vsock device implementation"
repository = "https://github.com/rust-vmm/vm-virtio"
Expand Down

0 comments on commit 3ae8b7e

Please sign in to comment.