diff --git a/vhost-device-gpu/CHANGELOG.md b/vhost-device-gpu/CHANGELOG.md index 8f67e1b..de9ed8e 100644 --- a/vhost-device-gpu/CHANGELOG.md +++ b/vhost-device-gpu/CHANGELOG.md @@ -7,4 +7,8 @@ ### Fixed -### Deprecated \ No newline at end of file +### Deprecated + +## v0.1.0 + +First release with virglrenderer and gfxstream backends diff --git a/vhost-device-gpu/Cargo.toml b/vhost-device-gpu/Cargo.toml index 21c01a0..130de7b 100644 --- a/vhost-device-gpu/Cargo.toml +++ b/vhost-device-gpu/Cargo.toml @@ -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 resolver = "2"