File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 1.0.0 - 2022-08-10
9+
10+ - Improved docs.
11+
812## 1.0.0-alpha.2 - 2022-07-28
913
1014- Change name of the ` extern fn ` s to avoid clash with critical-section 0.2.
Original file line number Diff line number Diff line change 11[package ]
22name = " critical-section"
3- version = " 1.0.0-alpha.2 "
4- edition = " 2018 "
3+ version = " 1.0.0"
4+ edition = " 2021 "
55description = " Cross-platform critical section"
6- repository = " https://github.com/embassy-rs /critical-section"
6+ repository = " https://github.com/rust-embedded /critical-section"
77readme = " README.md"
88license = " MIT OR Apache-2.0"
99categories = [
You can’t perform that action at this time.
0 commit comments