@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.10.1] - 2023-01-18
+
### Fixed
- Fix implementation for `SingleHartCriticalSection`
@@ -1,6 +1,6 @@
[package]
name = "riscv"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
rust-version = "1.59"
repository = "https://github.com/rust-embedded/riscv"