Skip to content

Commit 9eb6dab

Browse files
bors[bot]Dirbaio
andauthored
Merge #423
423: Release embedded-hal-async v0.1.0-alpha.3 r=eldruin a=Dirbaio Fixes compliation on latest nightlies, so we'd like to get this out soon. I've named the version `0.1.0` and not `0.1.0-alpha.3` because there's not much point in using the `alpha` if the main version is `0.1` which already indicates "API is WIP". Next breaking change can be released as v0.2 (probably the switch to AFIT), etc. Co-authored-by: Dario Nieuwenhuis <[email protected]>
2 parents f565750 + f2033d3 commit 9eb6dab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

embedded-hal-async/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99

1010

11+
## [v0.1.0-alpha.3] - 2022-10-26
12+
13+
- Fix build on newer Rust nightlies.
14+
1115
## [v0.1.0-alpha.2] - 2022-09-28
1216

1317
### Added
@@ -30,7 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3034
First release to crates.io
3135

3236

33-
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.2...HEAD
37+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.3...HEAD
38+
[v0.1.0-alpha.3]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.2...embedded-hal-async-v0.1.0-alpha.3
3439
[v0.1.0-alpha.2]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.1...embedded-hal-async-v0.1.0-alpha.2
3540
[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
3641
[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.2"
14+
version = "0.1.0-alpha.3"
1515

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

0 commit comments

Comments
 (0)