Skip to content

Commit 8a6d318

Browse files
xuejun-xjstudychao
authored andcommitted
dbs-boot: release v0.4.0
Updated: - update create_fdt interface - simplify create_fdt parameters - refector fdt UT Signed-off-by: xuejun-xj <[email protected]>
1 parent 5fbf260 commit 8a6d318

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

crates/dbs-boot/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,12 @@
3333
- Update kvm-bindings to v0.6.0
3434
- Use caret dependencies for kvm-ioctls
3535
- Update kvm-ioctls to v0.12.0
36-
- Update fdt in aarch64 to support vPMU
36+
- Update fdt in aarch64 to support vPMU
37+
38+
## v0.4.0
39+
40+
### Updated
41+
42+
- Update create_fdt interface
43+
- Simplify create_fdt parameters
44+
- Refector fdt UT

crates/dbs-boot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbs-boot"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["Alibaba Dragonball Team"]
55
description = "Traits and structs for booting sandbox"
66
license = "Apache-2.0 AND BSD-3-Clause"

0 commit comments

Comments
 (0)