File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.7.1] - 2020-06-02
11+
1012### Added
1113
1214- Add support to initialize custom interrupt controllers.
1315
16+ ### Changed
17+
18+ - Exception handler may return now
19+
1420## [ v0.7.0] - 2020-03-10
1521
1622### Added
@@ -31,5 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3137- Set MSRV to 1.38
3238
3339
34- [ Unreleased ] : https://github.com/rust-embedded/riscv-rt/compare/v0.7.0...HEAD
40+ [ Unreleased ] : https://github.com/rust-embedded/riscv-rt/compare/v0.7.1...HEAD
41+ [ v0.7.1 ] : https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.7.1
3542[ v0.7.0 ] : https://github.com/rust-embedded/riscv/compare/v0.6.1...v0.7.0
Original file line number Diff line number Diff line change 11[package ]
22name = " riscv-rt"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44repository = " https://github.com/rust-embedded/riscv-rt"
55authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
66categories = [" embedded" , " no-std" ]
You can’t perform that action at this time.
0 commit comments