From 1a2e876d1f2ad914df9bdb176d016a3cc0188bdc Mon Sep 17 00:00:00 2001 From: Chao Wu Date: Mon, 13 Feb 2023 10:28:26 +0800 Subject: [PATCH] upcall: update virtio devices to 0.2.0 - update dbs-virtio-devices to v0.2.0 Signed-off-by: Chao Wu --- crates/dbs-upcall/CHANGELOG.md | 8 +++++++- crates/dbs-upcall/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/crates/dbs-upcall/CHANGELOG.md b/crates/dbs-upcall/CHANGELOG.md index 7e24c8c9..2327de62 100644 --- a/crates/dbs-upcall/CHANGELOG.md +++ b/crates/dbs-upcall/CHANGELOG.md @@ -4,4 +4,10 @@ ### Added -- This is the initial release for dbs-upcall \ No newline at end of file +- This is the initial release for dbs-upcall + +## v0.2.0 + +### Updated + +- update dbs-virtio-devices to v0.2.0 \ No newline at end of file diff --git a/crates/dbs-upcall/Cargo.toml b/crates/dbs-upcall/Cargo.toml index 6208b37c..2dc50c54 100755 --- a/crates/dbs-upcall/Cargo.toml +++ b/crates/dbs-upcall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbs-upcall" -version = "0.1.0" +version = "0.2.0" authors = ["Alibaba Dragonball Team"] license = "Apache-2.0" edition = "2018"