File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ v0.1.1] - 2024-10-20
9+
10+ ### Changed
11+
12+ - Update critical-section to 1.2.0
13+
814## [ v0.1.1] - 2024-10-19
915
1016### Changed
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ no-semihosting = []
2323default = [" jlink-quirks" ]
2424
2525[dependencies ]
26- critical-section = " 1.0 .0"
26+ critical-section = " 1.2 .0"
2727riscv = { path = " ../riscv" , version = " 0.12.0" }
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.12.1] - 2024-10-20
11+
12+ ### Changed
13+
14+ - Update critical-section to 1.2.0
15+
1016## [ v0.12.0] - 2024-10-19
1117
1218### Added
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ s-mode = []
2525critical-section-single-hart = [" critical-section/restore-state-bool" ]
2626
2727[dependencies ]
28- critical-section = " 1.1.2 "
28+ critical-section = " 1.2.0 "
2929embedded-hal = " 1.0.0"
3030riscv-pac = { path = " ../riscv-pac" , version = " 0.2.0" }
3131riscv-macros = { path = " macros" , version = " 0.1.0" , optional = true }
You can’t perform that action at this time.
0 commit comments