File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.0] - 2020-06-20
11
+
10
12
### Changed
11
13
12
14
- ` Mtvec::trap_mode() ` not returns ` Option<TrapMode> ` (breaking change)
@@ -37,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
37
39
38
40
- Fixed MSRV by restricting the upper bound of ` bare-metal ` version
39
41
40
- [ Unreleased ] : https://github.com/rust-embedded/riscv/compare/v0.5.6...HEAD
42
+ [ Unreleased ] : https://github.com/rust-embedded/riscv/compare/v0.6.0...HEAD
43
+ [ v0.6.0 ] : https://github.com/rust-embedded/riscv/compare/v0.5.6...v0.6.0
41
44
[ v0.5.6 ] : https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6
42
45
[ v0.5.5 ] : https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv"
3
- version = " 0.5.6 "
3
+ version = " 0.6.0 "
4
4
repository = " https://github.com/rust-embedded/riscv"
5
5
authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
6
6
categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments