File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.1.0-alpha.1] - 2022-05-24
1011
1112### Changed
1213
@@ -19,5 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1920First release to crates.io
2021
2122
22- [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.0...HEAD
23+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.1...HEAD
24+ [ v0.1.0-alpha.1 ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.0...embedded-hal-async-v0.1.0-alpha.1
2325[ v0.1.0-alpha.0 ] : https://github.com/rust-embedded/embedded-hal/tree/embedded-hal-async-v0.1.0-alpha.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111name = " embedded-hal-async"
1212readme = " README.md"
1313repository = " https://github.com/rust-embedded/embedded-hal"
14- version = " 0.1.0-alpha.0 "
14+ version = " 0.1.0-alpha.1 "
1515
1616[dependencies ]
1717embedded-hal = { version = " =1.0.0-alpha.8" , path = " .." }
You can’t perform that action at this time.
0 commit comments