@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v1.0.0-rc.1] - 2023-08-15
11+
12+ - The Minimum Supported Rust Version (MSRV) is now 1.60.0
13+ - Add optional ` defmt ` 0.3 support.
14+ - Remove serial traits, the replacement is the ` embedded-io ` crate.
15+ - Added ` + ?Sized ` to all blanket impls.
1016
1117## [ v1.0.0-alpha.11] - 2023-07-04
1218
@@ -65,7 +71,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6571** * This is (also) an alpha release with breaking changes (sorry) ** *
6672
6773### Changed
68- - The Minimum Supported Rust Version (MSRV) is now 1.60 .0
74+ - The Minimum Supported Rust Version (MSRV) is now 1.59 .0
6975- ` spi ` : unify all traits into ` SpiReadBus ` , ` SpiWriteBus ` and ` SpiBus ` (read-write).
7076- ` spi ` : Add ` SpiDevice ` trait to represent a single device in a (possibly shared) bus, with managed chip-select (CS) pin.
7177- ` spi ` : Clarify that implementations are allowed to return before operations are finished, add ` flush ` to wait until finished.
@@ -291,7 +297,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
291297
292298Initial release
293299
294- [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.11...HEAD
300+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-rc.1...HEAD
301+ [ v1.0.0-rc.1 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.11...v1.0.0-rc.1
295302[ v1.0.0-alpha.11 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.10...v1.0.0-alpha.11
296303[ v1.0.0-alpha.10 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.9...v1.0.0-alpha.10
297304[ v1.0.0-alpha.9 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.8...v1.0.0-alpha.9
0 commit comments