Skip to content

Commit 72e1ae8

Browse files
committed
Prepare embedded-hal-async 0.1.0-alpha.2 release
1 parent 461edb6 commit 72e1ae8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

embedded-hal-async/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## [v0.1.0-alpha.1] - 2022-05-24
1110

12-
### Added
11+
## [v0.1.0-alpha.2] - 2022-09-28
1312

13+
### Added
1414
- spi: added a transaction helper macro as a workaround for the raw pointer workaround.
1515

16+
### Changed
17+
- Updated `embedded-hal` to version `1.0.0-alpha.9`.
18+
19+
## [v0.1.0-alpha.1] - 2022-05-24
20+
1621
### Changed
1722

1823
- spi: device helper methods (`read`, `write`, `transfer`...) are now default methods in `SpiDevice` instead of an `SpiDeviceExt` extension trait.
@@ -25,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2530
First release to crates.io
2631

2732

28-
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.1...HEAD
33+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-async-v0.1.0-alpha.2...HEAD
34+
[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
2935
[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
3036
[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.1"
14+
version = "0.1.0-alpha.2"
1515

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

0 commit comments

Comments
 (0)