mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-25 14:15:10 +00:00
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:
parent
bc8b9b54dc
commit
12667e87b2
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user