|
@@ -7,6 +7,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
|
+### Added
|
|
|
+
|
|
|
+### Modified
|
|
|
+
|
|
|
+### Removed
|
|
|
+
|
|
|
+## [0.3.2] - 2023-02-20
|
|
|
+
|
|
|
Bump RISC-V SBI specification version to 2.0-rc1.
|
|
|
|
|
|
### Added
|
|
@@ -19,8 +27,6 @@ Bump RISC-V SBI specification version to 2.0-rc1.
|
|
|
|
|
|
- doc: amend using SBI 2.0-rc1 specification
|
|
|
|
|
|
-### Removed
|
|
|
-
|
|
|
## [0.3.1] - 2023-01-20
|
|
|
|
|
|
### Modified
|
|
@@ -171,7 +177,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.1...HEAD
|
|
|
+[Unreleased]: https://github.com/rustsbi/rustsbi/compare/v0.3.2...HEAD
|
|
|
+[0.3.2]: https://github.com/rustsbi/rustsbi/compare/v0.3.1...v0.3.2
|
|
|
[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
|