|
@@ -11,10 +11,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
### Modified
|
|
|
|
|
|
-- Use let-else to simplify code, bump MSRV to 1.65.0
|
|
|
-
|
|
|
### Removed
|
|
|
|
|
|
+## [0.3.1] - 2023-01-20
|
|
|
+
|
|
|
+### Modified
|
|
|
+
|
|
|
+- Update dependency crate `riscv` to version 0.10.1
|
|
|
+- Use let-else to simplify code, bump MSRV to 1.65.0
|
|
|
+
|
|
|
## [0.3.0] - 2022-11-03
|
|
|
|
|
|
### Added
|
|
@@ -158,7 +163,8 @@ RustSBI is adapted to SBI standard with implementation number 4.
|
|
|
- RISC-V Privileged Specification v1.11
|
|
|
- Backward compatible to privileged spec v1.9.1
|
|
|
|
|
|
-[Unreleased]: https://github.com/rustsbi/rustsbi/compare/v0.3.0...HEAD
|
|
|
+[Unreleased]: https://github.com/rustsbi/rustsbi/compare/v0.3.1...HEAD
|
|
|
+[0.3.1]: https://github.com/rustsbi/rustsbi/compare/v0.3.0...v0.3.1
|
|
|
[0.3.0]: https://github.com/rustsbi/rustsbi/compare/v0.2.2...v0.3.0
|
|
|
[0.2.2]: https://github.com/rustsbi/rustsbi/compare/v0.2.1...v0.2.2
|
|
|
[0.2.1]: https://github.com/rustsbi/rustsbi/compare/v0.2.0...v0.2.1
|