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

Commit

Permalink
Merge #105
Browse files Browse the repository at this point in the history
105: release v0.10.0 r=Disasm a=almindor

Release latest master as `v0.10.0` to fix #102 properly

Co-authored-by: Ales Katona <[email protected]>
  • Loading branch information
bors[bot] and almindor authored Nov 5, 2022
2 parents 3b4ab6f + 2a66081 commit 91d63a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.10.0] - 2022-11-04

### Added

- Optional cargo feature `s-mode` for supervisor mode, including conditional compilation for supervisor/machine mode instructions.
Expand All @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Remove superfluous parentheses from link.x, which caused linker errors with nightly.
- Changed `mp_hook` signature, hartid as passed as usize parameter by the caller (required for `s-mode` feature).
- Update `riscv` to version 0.9

## [v0.9.0] - 2022-07-01

Expand Down Expand Up @@ -91,7 +94,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Set MSRV to 1.38


[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.9.0..HEAD
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.10.0..HEAD
[v0.10.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.9.1...v0.10.0
[v0.9.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.1...v0.9.0
[v0.8.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.2...v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "riscv-rt"
version = "0.9.0"
version = "0.10.0"
rust-version = "1.59"
repository = "https://github.com/rust-embedded/riscv-rt"
authors = ["The RISC-V Team <[email protected]>"]
Expand All @@ -15,7 +15,7 @@ s-mode = []

[dependencies]
r0 = "1.0.0"
riscv = "0.8"
riscv = "0.9"
riscv-rt-macros = { path = "macros", version = "0.2.0" }

[dev-dependencies]
Expand Down

0 comments on commit 91d63a3

Please sign in to comment.