File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,13 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ v0.1.0-alpha.0] - 2022-04-17
11+
12+ First release to crates.io
13+
14+
15+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.0...HEAD
16+ [ 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.0.1 "
14+ version = " 0.1.0-alpha.0 "
1515
1616[dependencies ]
1717embedded-hal = { version = " =1.0.0-alpha.8" , path = " .." }
You can’t perform that action at this time.
0 commit comments