File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ v0.8.1 ] - 2022-10-06
10
+ ## [ v0.9.0 ] - 2022-10-06
11
11
12
12
### Fixed
13
13
14
14
- Fix ` asm::delay() ` to ensure count register is always reloaded
15
15
- Fix reading marchid and mimpid (#107 )
16
16
17
+ ### Removed
18
+ - ` set_msoft ` , ` clear_msoft ` , ` set_mtimer ` and ` clear_mtimer ` removed as part of fixing issue #62
19
+
17
20
## [ v0.8.0] - 2022-04-20
18
21
19
22
### Added
@@ -92,8 +95,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
92
95
93
96
- Fixed MSRV by restricting the upper bound of ` bare-metal ` version
94
97
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
98
+ [ Unreleased ] : https://github.com/rust-embedded/riscv/compare/v0.9.0 ...HEAD
99
+ [ v0.9.0 ] : https://github.com/rust-embedded/riscv/compare/v0.8.0 ...v0.9 .0
97
100
[ v0.8.0 ] : https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.8.0
98
101
[ v0.7.0 ] : https://github.com/rust-embedded/riscv/compare/v0.6.0...v0.7.0
99
102
[ 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.1 "
3
+ version = " 0.9.0 "
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