Browse Source

crate: prepare for version 0.3.0-rc.2

luojia65 2 years ago
parent
commit
d18a915925
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 1 - 0
CHANGELOG.md

@@ -13,6 +13,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 - Structure `MachineInfo` for non-machine environment, e.g. cross-architecture emulator
 - Builder structure for instance based RustSBI framework
 - Implement RustSBI traits for their references
+- Extensive documents for hypervisors, emulators and machine environments using RustSBI
 - Feature `legacy` to gate SBI legacy extension
 - Expose `init_*` functions on instance based RustSBI implementation
 - LEGACY_CLEAR_IPI implemented

+ 1 - 1
Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "rustsbi"
 description = "Minimal RISC-V's SBI implementation library in Rust"
-version = "0.3.0-rc.1"
+version = "0.3.0-rc.2"
 authors = [
     "Luo Jia <[email protected]>",
     "Campbell He <[email protected]>",