File tree 2 files changed +9
-2
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.7.1] - 2020-06-02
11
+
10
12
### Added
11
13
12
14
- Add support to initialize custom interrupt controllers.
13
15
16
+ ### Changed
17
+
18
+ - Exception handler may return now
19
+
14
20
## [ v0.7.0] - 2020-03-10
15
21
16
22
### Added
@@ -31,5 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
31
37
- Set MSRV to 1.38
32
38
33
39
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
35
42
[ 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 1
1
[package ]
2
2
name = " riscv-rt"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
repository = " https://github.com/rust-embedded/riscv-rt"
5
5
authors = [
" The RISC-V Team <[email protected] >" ]
6
6
categories = [" embedded" , " no-std" ]
You can’t perform that action at this time.
0 commit comments