Skip to content

Commit 828d82f

Browse files
bors[bot]luojia65
andauthored
Merge #112
112: Propose to release a version `riscv` v0.8.1 r=almindor a=luojia65 The `riscv` crate includes an important fix (#107) where the RustSBI community would leverage the use of. However, the latest release v0.8.0 did not include this fix. In this pull request we want to propose to release a new version of `riscv` crate to include at least this fix, so that RustSBI community would write correct implemenations based on this crate. Notes to `CHANGELOG.md`: the release date `2022-10-06` can always be changed. r? `@Disasm` Co-authored-by: luojia65 <[email protected]>
2 parents 54bfff3 + 2a4a7bb commit 828d82f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.8.1] - 2022-10-06
11+
1012
### Fixed
1113

1214
- Fix `asm::delay()` to ensure count register is always reloaded
15+
- Fix reading marchid and mimpid (#107)
1316

1417
## [v0.8.0] - 2022-04-20
1518

@@ -89,7 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8992

9093
- Fixed MSRV by restricting the upper bound of `bare-metal` version
9194

92-
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.8.0...HEAD
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
9397
[v0.8.0]: https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.8.0
9498
[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.0...v0.7.0
9599
[v0.6.0]: https://github.com/rust-embedded/riscv/compare/v0.5.6...v0.6.0

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"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
rust-version = "1.59"
66
repository = "https://github.com/rust-embedded/riscv"

0 commit comments

Comments
 (0)