Skip to content

Commit 49c0543

Browse files
committed
release v0.10.1 with critical section bug
1 parent bdf59cc commit 49c0543

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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`

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)