Skip to content

Commit bb86d34

Browse files
committed
release v0.10.1 with riscv CS fix
1 parent 3859409 commit bb86d34

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.10.1] - 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.10.1..HEAD
104+
[v0.10.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.10.0...v0.10.1
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.10.1"
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)