File tree 2 files changed +5
-2
lines changed
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.8.1] - 2022-01-25
11
+
10
12
### Added
11
13
12
14
- Enable float support for targets with extension sets F and D
@@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
63
65
- Set MSRV to 1.38
64
66
65
67
66
- [ Unreleased ] : https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...HEAD
68
+ [ Unreleased ] : https://github.com/rust-embedded/riscv-rt/compare/v0.8.1..HEAD
69
+ [ v0.8.1 ] : https://github.com/rust-embedded/riscv/compare/v0.8.0...v0.8.1
67
70
[ v0.8.0 ] : https://github.com/rust-embedded/riscv/compare/v0.7.2...v0.8.0
68
71
[ v0.7.2 ] : https://github.com/rust-embedded/riscv/compare/v0.7.1...v0.7.2
69
72
[ v0.7.1 ] : https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.7.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv-rt"
3
- version = " 0.8.0 "
3
+ version = " 0.8.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