@@ -7,21 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v1.0.0-alpha.7] - 2022-02-09
11
+
12
+ ** * This is (also) an alpha release with breaking changes (sorry) ** *
13
+
10
14
### Added
11
- - ` Error ` traits for Can , SPI, I2C and Serial are implemented for Infallible
15
+ - ` Error ` traits for CAN , SPI, I2C and Serial are implemented for ` Infallible ` .
12
16
13
17
### Fixed
14
18
- Fixed blanket impl of ` DelayUs ` not covering the ` delay_ms ` method.
15
- ### Changed
16
- - ` spi ` : traits now enforce all impls on the same struct (eg ` Transfer ` and ` Write ` ) have the same ` Error ` type.
17
19
18
20
### Changed
21
+ - ` spi ` : traits now enforce all impls on the same struct (eg ` Transfer ` and ` Write ` ) have the same ` Error ` type.
19
22
- ` digital ` : traits now enforce all impls on the same struct have the same ` Error ` type.
20
-
21
- ### Changed
22
23
- ` serial ` : traits now enforce all impls on the same struct have the same ` Error ` type.
23
-
24
- ### Changed
25
24
- ` i2c ` : traits now enforce all impls on the same struct have the same ` Error ` type.
26
25
- ` i2c ` : unify all traits into a single ` I2c ` trait.
27
26
@@ -100,8 +99,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
100
99
- ` Transactional ` SPI interface for executing groups of SPI transactions.
101
100
- ` Transactional ` I2C interface for executing groups of I2C transactions.
102
101
103
- ### Changed
104
-
105
102
106
103
## [ v1.0.0-alpha.2] - 2020-10-16
107
104
@@ -228,7 +225,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
228
225
229
226
Initial release
230
227
231
- [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.6...HEAD
228
+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.7...HEAD
229
+ [ v1.0.0-alpha.7 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.6...v1.0.0-alpha.7
232
230
[ v1.0.0-alpha.6 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.5...v1.0.0-alpha.6
233
231
[ v1.0.0-alpha.5 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
234
232
[ v1.0.0-alpha.4 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
0 commit comments