This repository was archived by the owner on Nov 28, 2023. It is now read-only.
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.9.0] - 2022-07-01
11
+
10
12
### Added
11
13
12
14
- Pass ` a0..a2 ` register values to the ` #[entry] ` function.
@@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
80
82
- Set MSRV to 1.38
81
83
82
84
83
- [ Unreleased ] : https://github.com/rust-embedded/riscv-rt/compare/v0.8.1..HEAD
85
+ [ Unreleased ] : https://github.com/rust-embedded/riscv-rt/compare/v0.9.0..HEAD
86
+ [ v0.9.0 ] : https://github.com/rust-embedded/riscv-rt/compare/v0.8.1...v0.9.0
84
87
[ v0.8.1 ] : https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...v0.8.1
85
88
[ v0.8.0 ] : https://github.com/rust-embedded/riscv-rt/compare/v0.7.2...v0.8.0
86
89
[ v0.7.2 ] : https://github.com/rust-embedded/riscv-rt/compare/v0.7.1...v0.7.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv-rt"
3
- version = " 0.8.1 "
3
+ version = " 0.9.0 "
4
4
rust-version = " 1.59"
5
5
repository = " https://github.com/rust-embedded/riscv-rt"
6
6
authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
You can’t perform that action at this time.
0 commit comments