Skip to content

Commit dd7bd7f

Browse files
bors[bot]eldruin
andauthored
Merge #379
379: Prepare e-h-async 0.1.0-alpha.0 release r=ryankurte a=eldruin Since it is based on an `embedded-hal` alpha release, it seems appropriate for it to also be an alpha release. Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents df1749e + 0e34ee9 commit dd7bd7f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

embedded-hal-async/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

embedded-hal-async/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-async"
1212
readme = "README.md"
1313
repository = "https://github.com/rust-embedded/embedded-hal"
14-
version = "0.0.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)