@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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.
10
16
11
17
## [ v1.0.0-alpha.11] - 2023-07-04
12
18
@@ -65,7 +71,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
65
71
** * This is (also) an alpha release with breaking changes (sorry) ** *
66
72
67
73
### 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
69
75
- ` spi ` : unify all traits into ` SpiReadBus ` , ` SpiWriteBus ` and ` SpiBus ` (read-write).
70
76
- ` spi ` : Add ` SpiDevice ` trait to represent a single device in a (possibly shared) bus, with managed chip-select (CS) pin.
71
77
- ` 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/).
291
297
292
298
Initial release
293
299
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
295
302
[ v1.0.0-alpha.11 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.10...v1.0.0-alpha.11
296
303
[ v1.0.0-alpha.10 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.9...v1.0.0-alpha.10
297
304
[ 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