File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff 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/).
2530First 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111name = " embedded-hal-async"
1212readme = " README.md"
1313repository = " https://github.com/rust-embedded/embedded-hal"
14- version = " 0.1.0-alpha.1 "
14+ version = " 0.1.0-alpha.2 "
1515
1616[dependencies ]
1717embedded-hal = { version = " =1.0.0-alpha.9" , path = " ../embedded-hal" }
You can’t perform that action at this time.
0 commit comments