@@ -7,21 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]  
99
10+ ## [ v1.0.0-alpha.7]  - 2022-02-09 
11+ 
12+ ** *  This is (also) an alpha release with breaking changes (sorry) ** * 
13+ 
1014### 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 ` . 
1216
1317### Fixed  
1418-  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. 
1719
1820### Changed  
21+ -  ` spi ` : traits now enforce all impls on the same struct (eg ` Transfer `  and ` Write ` ) have the same ` Error `  type.
1922-  ` digital ` : traits now enforce all impls on the same struct have the same ` Error `  type.
20- 
21- ### Changed  
2223-  ` serial ` : traits now enforce all impls on the same struct have the same ` Error `  type.
23- 
24- ### Changed  
2524-  ` i2c ` : traits now enforce all impls on the same struct have the same ` Error `  type.
2625-  ` i2c ` : unify all traits into a single ` I2c `  trait.
2726
@@ -100,8 +99,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10099-  ` Transactional `  SPI interface for executing groups of SPI transactions.
101100-  ` Transactional `  I2C interface for executing groups of I2C transactions.
102101
103- ### Changed  
104- 
105102
106103## [ v1.0.0-alpha.2]  - 2020-10-16 
107104
@@ -228,7 +225,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
228225
229226Initial release
230227
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 
232230[ v1.0.0-alpha.6 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.5...v1.0.0-alpha.6 
233231[ v1.0.0-alpha.5 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.4...v1.0.0-alpha.5 
234232[ 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