Parcourir la source

release v0.10.1 with critical section bug

Ales Katona il y a 2 ans
Parent
commit
49c0543024
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 2 0
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 2 - 0
CHANGELOG.md

@@ -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 - 1
Cargo.toml

@@ -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"