Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
virtio: release virtio device 0.2.0
Browse files Browse the repository at this point in the history
- Update kvm-ioctls to v0.12.0
- Update kvm-bindings to v0.6.0
- Update virtio-queue to v0.6.0
- Update Nydus API to adjust to the latest Nydus version

Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
  • Loading branch information
studychao committed Feb 10, 2023
1 parent 75cf8b6 commit 9215d9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/dbs-upcall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ thiserror = "1"
timerfd = "1.2.0"

dbs-utils = { path = "../dbs-utils", version = "0.2" }
dbs-virtio-devices = { path = "../dbs-virtio-devices", version = "0.1", features = ["virtio-vsock"] }
dbs-virtio-devices = { path = "../dbs-virtio-devices", version = "0.2", features = ["virtio-vsock"] }
15 changes: 12 additions & 3 deletions crates/dbs-virtio-devices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# CHANGELOG

## v0.1.0

### Added

- This is the initial release for dbs-virtio-devices

## v0.1.1

### Updated

- Update vmm-sys-util to 0.11.0

## v0.1.0
## v0.2.0

### Added
### Updated

- This is the initial release for dbs-virtio-devices
- Update kvm-ioctls to v0.12.0
- Update kvm-bindings to v0.6.0
- Update virtio-queue to v0.6.0
- Update Nydus API to adjust to the latest Nydus version
2 changes: 1 addition & 1 deletion crates/dbs-virtio-devices/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbs-virtio-devices"
version = "0.1.1"
version = "0.2.0"
authors = ["Alibaba Dragonball Team"]
license = "Apache-2.0 AND BSD-3-Clause"
edition = "2018"
Expand Down

0 comments on commit 9215d9d

Please sign in to comment.