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,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.6] - 2020-03-14
11
+
12
+ ### Added
13
+
14
+ - Added vexriscv-specific registers
15
+
10
16
## [ v0.5.5] - 2020-02-28
11
17
12
18
### Added
@@ -21,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
21
27
22
28
- Fixed MSRV by restricting the upper bound of ` bare-metal ` version
23
29
24
- [ Unreleased ] : https://github.com/rust-embedded/riscv/compare/v0.5.5...HEAD
30
+ [ Unreleased ] : https://github.com/rust-embedded/riscv/compare/v0.5.6...HEAD
31
+ [ v0.5.6 ] : https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6
25
32
[ 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.5 "
3
+ version = " 0.5.6 "
4
4
repository = " https://github.com/rust-embedded/riscv"
5
5
authors = [
" The RISC-V Team <[email protected] >" ]
6
6
categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments