فهرست منبع

Merge #109

109: release v0.11.0 with riscv CS fix r=dkhayes117 a=almindor

Updates riscv to 0.10.1 with the critical section fix

Co-authored-by: Ales Katona <ales@katona.me>
bors[bot] 2 سال پیش
والد
کامیت
e48c03e608
2فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 5 2
      riscv-rt/CHANGELOG.md
  2. 1 1
      riscv-rt/Cargo.toml

+ 5 - 2
riscv-rt/CHANGELOG.md

@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.11.0] - 2023-01-18
+
 ### Changed
 
-- Update `riscv` to version 0.10
+- Update `riscv` to version 0.10.1 fixing a critical section bug
 
 ## [v0.10.0] - 2022-11-04
 
@@ -98,7 +100,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 - Set MSRV to 1.38
 
 
-[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.10.0..HEAD
+[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.11.0..HEAD
+[v0.10.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.10.0...v0.11.0
 [v0.10.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.9.1...v0.10.0
 [v0.9.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.1...v0.9.0
 [v0.8.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...v0.8.1

+ 1 - 1
riscv-rt/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "riscv-rt"
-version = "0.10.0"
+version = "0.11.0"
 rust-version = "1.59"
 repository = "https://github.com/rust-embedded/riscv-rt"
 authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]