Skip to content

Commit

Permalink
gpu: prepare release v0.1.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stefano-garzarella authored and vireshk committed Feb 18, 2025
1 parent 2dd44fd commit 34e30d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion vhost-device-gpu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@

### Fixed

### Deprecated
### Deprecated

## v0.1.0

First release with virglrenderer and gfxstream backends
1 change: 0 additions & 1 deletion vhost-device-gpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 34e30d5

Please sign in to comment.