File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.8.1] - 2022-10-06
11
+
10
12
### Fixed
11
13
12
14
- Fix ` asm::delay() ` to ensure count register is always reloaded
15
+ - Fix reading marchid and mimpid (#107 )
13
16
14
17
## [ v0.8.0] - 2022-04-20
15
18
@@ -89,7 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
89
92
90
93
- Fixed MSRV by restricting the upper bound of ` bare-metal ` version
91
94
92
- [ Unreleased ] : https://github.com/rust-embedded/riscv/compare/v0.8.0...HEAD
95
+ [ Unreleased ] : https://github.com/rust-embedded/riscv/compare/v0.8.1...HEAD
96
+ [ v0.8.1 ] : https://github.com/rust-embedded/riscv/compare/v0.8.1...v0.8.0
93
97
[ v0.8.0 ] : https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.8.0
94
98
[ v0.7.0 ] : https://github.com/rust-embedded/riscv/compare/v0.6.0...v0.7.0
95
99
[ v0.6.0 ] : https://github.com/rust-embedded/riscv/compare/v0.5.6...v0.6.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
4
4
edition = " 2021"
5
5
rust-version = " 1.59"
6
6
repository = " https://github.com/rust-embedded/riscv"
You can’t perform that action at this time.
0 commit comments