Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 9e0c6ef

Browse files
committed
Release v0.9.0
1 parent a75e6b8 commit 9e0c6ef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.9.0] - 2022-07-01
11+
1012
### Added
1113

1214
- Pass `a0..a2` register values to the `#[entry]` function.
@@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8082
- Set MSRV to 1.38
8183

8284

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
8487
[v0.8.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...v0.8.1
8588
[v0.8.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.2...v0.8.0
8689
[v0.7.2]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.1...v0.7.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "riscv-rt"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
rust-version = "1.59"
55
repository = "https://github.com/rust-embedded/riscv-rt"
66
authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]

0 commit comments

Comments
 (0)