Skip to content

Commit 620c5bf

Browse files
bors[bot]almindor
andauthored
Merge #122
122: release v0.10.1 with critical section bug r=dkhayes117 a=almindor Release the critical section bugfix from #121 Co-authored-by: Ales Katona <[email protected]>
2 parents bdf59cc + cf0cec9 commit 620c5bf

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.10.1] - 2023-01-18
11+
1012
### Fixed
1113

1214
- Fix implementation for `SingleHartCriticalSection`
@@ -105,7 +107,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
105107

106108
- Fixed MSRV by restricting the upper bound of `bare-metal` version
107109

108-
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.10.0...HEAD
110+
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.10.1...HEAD
111+
[v0.10.1]: https://github.com/rust-embedded/riscv/compare/v0.10.0...v0.10.1
109112
[v0.10.0]: https://github.com/rust-embedded/riscv/compare/v0.9.0...v0.10.0
110113
[v0.9.0]: https://github.com/rust-embedded/riscv/compare/v0.8.0...v0.9.0
111114
[v0.8.0]: https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.8.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.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55
rust-version = "1.59"
66
repository = "https://github.com/rust-embedded/riscv"

0 commit comments

Comments
 (0)