Skip to content

Commit b92b0db

Browse files
committed
Prepare e-h-bus 0.1.0-alpha.0 release
1 parent b60c4ca commit b92b0db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

embedded-hal-bus/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [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

embedded-hal-bus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "embedded-hal-bus"
1212
readme = "README.md"
1313
repository = "https://github.com/rust-embedded/embedded-hal"
14-
version = "0.1.0-alpha.1"
14+
version = "0.1.0-alpha.0"
1515

1616
[dependencies]
1717
embedded-hal = { version = "=1.0.0-alpha.8", path = ".." }

0 commit comments

Comments
 (0)