Skip to content

Commit e48c03e

Browse files
bors[bot]almindor
andauthored
Merge #109
109: release v0.11.0 with riscv CS fix r=dkhayes117 a=almindor Updates riscv to 0.10.1 with the critical section fix Co-authored-by: Ales Katona <[email protected]>
2 parents 3859409 + fcc69ab commit e48c03e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

riscv-rt/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.11.0] - 2023-01-18
11+
1012
### Changed
1113

12-
- Update `riscv` to version 0.10
14+
- Update `riscv` to version 0.10.1 fixing a critical section bug
1315

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

@@ -98,7 +100,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
98100
- Set MSRV to 1.38
99101

100102

101-
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.10.0..HEAD
103+
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.11.0..HEAD
104+
[v0.10.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.10.0...v0.11.0
102105
[v0.10.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.9.1...v0.10.0
103106
[v0.9.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.1...v0.9.0
104107
[v0.8.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...v0.8.1

riscv-rt/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.10.0"
3+
version = "0.11.0"
44
rust-version = "1.59"
55
repository = "https://github.com/rust-embedded/riscv-rt"
66
authors = ["The RISC-V Team <[email protected]>"]

0 commit comments

Comments
 (0)