gpu: prepare release v0.1.0

We have recently promoted vhost-device-gpu to the main workspace,
so we can proceed with the first release.

Add an entry in the changelog and let's make the crate publishable.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
Stefano Garzarella 2025-02-18 10:14:05 +01:00 committed by Viresh Kumar
parent 2dd44fd9f9
commit 34e30d5484
2 changed files with 5 additions and 2 deletions

View File

@ -7,4 +7,8 @@
### Fixed
### Deprecated
### Deprecated
## v0.1.0
First release with virglrenderer and gfxstream backends

View File

@ -9,7 +9,6 @@ keywords = ["gpu", "vhost", "vhost-user", "virtio"]
categories = ["multimedia::video", "virtualization"]
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2021"
publish = false
# "Features enabled on platform-specific dependencies for target architectures not currently being built are ignored."
# See <https://doc.rust-lang.org/cargo/reference/features.html#feature-resolver-version-2>
resolver = "2"