Skip to content

Commit 12667e8

Browse files
Dorinda Basseyepilys
authored andcommitted
vhost-device-gpu: Prepare v0.2.0 release
Update changelog and Cargo.toml to v0.2.0 Closes #917 Signed-off-by: Dorinda Bassey <[email protected]>
1 parent bc8b9b5 commit 12667e8

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vhost-device-gpu/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,26 @@
55

66
### Changed
77

8+
### Fixed
9+
10+
### Deprecated
11+
12+
## v0.2.0
13+
14+
### Added
15+
16+
- [[#867]] (https://github.com/rust-vmm/vhost-device/pull/867) vhost-device-gpu: adds support for VHOST_USER_GPU_DMABUF_SCANOUT
17+
18+
### Changed
19+
820
- [[#916]] (https://github.com/rust-vmm/vhost-device/pull/916) vhost-device-gpu: Adapt to updated virglrenderer API
921
- [[#852]] (https://github.com/rust-vmm/vhost-device/pull/890) vhost-device-gpu: Refactor vhost-device-gpu
22+
- [[#878]] (https://github.com/rust-vmm/vhost-device/pull/878) chore(vhost-device-gpu): bump rutabaga_gfx to 0.1.71 with API updates
1023

1124
### Fixed
1225

26+
- [[#872]] (https://github.com/rust-vmm/vhost-device/pull/872) Various --no-default-feature fixups and cosmetics for the readme
27+
1328
### Deprecated
1429

1530
## v0.1.0

vhost-device-gpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vhost-device-gpu"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Dorinda Bassey <[email protected]>", "Matej Hrica <[email protected]>"]
55
description = "A virtio-gpu device using the vhost-user protocol."
66
repository = "https://github.com/rust-vmm/vhost-device"

0 commit comments

Comments
 (0)