Jelajahi Sumber

release v0.10.1 with critical section bug

Ales Katona 2 tahun lalu
induk
melakukan
49c0543024
2 mengubah file dengan 3 tambahan dan 1 penghapusan
  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"