|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
+## [v0.6.0] - 2020-06-20
|
|
|
|
+
|
|
### Changed
|
|
### Changed
|
|
|
|
|
|
- `Mtvec::trap_mode()` not returns `Option<TrapMode>` (breaking change)
|
|
- `Mtvec::trap_mode()` not returns `Option<TrapMode>` (breaking change)
|
|
@@ -37,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
- Fixed MSRV by restricting the upper bound of `bare-metal` version
|
|
- 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.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
|
|
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5
|