File tree 2 files changed +10
-1
lines changed 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ...
11
+
12
+ ## [ v0.1.0-alpha.0] - 2022-08-17
13
+
14
+ First release to crates.io
15
+
16
+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0-alpha.0...HEAD
17
+ [ v0.1.0-alpha.0 ] : https://github.com/rust-embedded/embedded-hal/tree/embedded-hal-bus-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"
11
11
name = " embedded-hal-bus"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/embedded-hal"
14
- version = " 0.1.0-alpha.1 "
14
+ version = " 0.1.0-alpha.0 "
15
15
16
16
[dependencies ]
17
17
embedded-hal = { version = " =1.0.0-alpha.8" , path = " .." }
You can’t perform that action at this time.
0 commit comments