|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
+## [v0.5.5] - 2020-02-28
|
|
|
|
+
|
|
### Added
|
|
### Added
|
|
|
|
|
|
- Added `riscv32i-unknown-none-elf` target support
|
|
- Added `riscv32i-unknown-none-elf` target support
|
|
@@ -19,4 +21,5 @@ 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.4...HEAD
|
|
|
|
|
|
+[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.5...HEAD
|
|
|
|
+[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5
|