Skip to content

Commit 4b5b7d0

Browse files
committed
Prepare embedded-hal-async 0.1.0-alpha.1 release
1 parent 72669fe commit 4b5b7d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

embedded-hal-async/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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/).
1920
First 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

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.1.0-alpha.0"
14+
version = "0.1.0-alpha.1"
1515

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

0 commit comments

Comments
 (0)