Pārlūkot izejas kodu

release v0.10.1 with critical section bug

Ales Katona 2 gadi atpakaļ
vecāks
revīzija
49c0543024
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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"