Skip to content

Commit 86528a9

Browse files
virtio-vsock: prepare v0.9.0 release
Fixed - Add license files. Changed - Updated virtio-bindings from 0.2.4 to 0.2.5. - Updated virtio-queue from 0.14.0 to 0.15.0 Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
1 parent f6a52cf commit 86528a9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

virtio-vsock/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Upcoming
22

3+
## Added
4+
5+
## Changed
6+
7+
## Fixed
8+
9+
# v0.9.0
10+
311
## Fixed
412

513
- Add license files.

virtio-vsock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "virtio-vsock"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["rust-vmm community", "rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>"]
55
description = "virtio vsock device implementation"
66
repository = "https://github.com/rust-vmm/vm-virtio"

0 commit comments

Comments
 (0)