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/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ v0.1.0-alpha.1] - 2022-05-24
11
10
12
- ### Added
11
+ ## [ v0.1.0-alpha.2 ] - 2022-09-28
13
12
13
+ ### Added
14
14
- spi: added a transaction helper macro as a workaround for the raw pointer workaround.
15
15
16
+ ### Changed
17
+ - Updated ` embedded-hal ` to version ` 1.0.0-alpha.9 ` .
18
+
19
+ ## [ v0.1.0-alpha.1] - 2022-05-24
20
+
16
21
### Changed
17
22
18
23
- 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/).
25
30
First release to crates.io
26
31
27
32
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
29
35
[ 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
30
36
[ 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"
11
11
name = " embedded-hal-async"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/embedded-hal"
14
- version = " 0.1.0-alpha.1 "
14
+ version = " 0.1.0-alpha.2 "
15
15
16
16
[dependencies ]
17
17
embedded-hal = { version = " =1.0.0-alpha.9" , path = " ../embedded-hal" }
You can’t perform that action at this time.
0 commit comments