vhost-device-gpu: Prepare v0.2.0 release

Update changelog and Cargo.toml to v0.2.0

Closes rust-vmm#917

Signed-off-by: Dorinda Bassey <dbassey@redhat.com>
This commit is contained in:
Dorinda Bassey 2025-12-17 15:58:33 +01:00 committed by Manos Pitsidianakis
parent bc8b9b54dc
commit 12667e87b2
3 changed files with 17 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "vhost-device-gpu"
version = "0.1.0"
version = "0.2.0"
authors = ["Dorinda Bassey <dbassey@redhat.com>", "Matej Hrica <mhrica@redhat.com>"]
description = "A virtio-gpu device using the vhost-user protocol."
repository = "https://github.com/rust-vmm/vhost-device"