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

2
Cargo.lock generated
View File

@ -2067,7 +2067,7 @@ dependencies = [
[[package]]
name = "vhost-device-gpu"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"assert_matches",
"bitflags 2.10.0",

View File

@ -5,11 +5,26 @@
### Changed
### Fixed
### Deprecated
## v0.2.0
### Added
- [[#867]] (https://github.com/rust-vmm/vhost-device/pull/867) vhost-device-gpu: adds support for VHOST_USER_GPU_DMABUF_SCANOUT
### Changed
- [[#916]] (https://github.com/rust-vmm/vhost-device/pull/916) vhost-device-gpu: Adapt to updated virglrenderer API
- [[#852]] (https://github.com/rust-vmm/vhost-device/pull/890) vhost-device-gpu: Refactor vhost-device-gpu
- [[#878]] (https://github.com/rust-vmm/vhost-device/pull/878) chore(vhost-device-gpu): bump rutabaga_gfx to 0.1.71 with API updates
### Fixed
- [[#872]] (https://github.com/rust-vmm/vhost-device/pull/872) Various --no-default-feature fixups and cosmetics for the readme
### Deprecated
## v0.1.0

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"