|
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
+## [v0.6.0] - 2020-06-20
|
|
|
+
|
|
|
### Changed
|
|
|
|
|
|
-- Updated Minimum Supported Rust Version to 1.31.0
|
|
|
+- `Mtvec::trap_mode()` not returns `Option<TrapMode>` (breaking change)
|
|
|
+- Updated Minimum Supported Rust Version to 1.42.0
|
|
|
- Use `llvm_asm!` instead of `asm!`
|
|
|
|
|
|
### Removed
|
|
@@ -36,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
- Fixed MSRV by restricting the upper bound of `bare-metal` version
|
|
|
|
|
|
-[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.6...HEAD
|
|
|
+[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.6.0...HEAD
|
|
|
+[v0.6.0]: https://github.com/rust-embedded/riscv/compare/v0.5.6...v0.6.0
|
|
|
[v0.5.6]: https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6
|
|
|
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5
|