@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v1.0.0-rc.1] - 2023-09-06
11
+
10
12
### Changed
11
13
- [ breaking-change] Replace serial-rs with the serialport-rs crate. ` Serial::open ` now needs a baud-rate argument as well.
12
- - Updated to ` embedded-hal ` ` 1.0.0-alpha.11 ` release ([ API changes] ( https://github.com/rust-embedded/embedded-hal/blob/master/embedded-hal/CHANGELOG.md#v100-alpha11---2023-07-04 ) )
13
- - Updated to ` spidev ` ` 0.5.2 ` release([ API changes] ( https://github.com/rust-embedded/rust-spidev/blob/master/CHANGELOG.md#052--2023-08-02 ) )
14
+ - Updated to ` embedded-hal ` ` 1.0.0-rc.1 ` release ([ API changes] ( https://github.com/rust-embedded/embedded-hal/blob/master/embedded-hal/CHANGELOG.md#v100-rc1---2023-08-15 ) )
15
+ - Updated to ` embedded-hal-nb ` ` 1.0.0-rc.1 ` release ([ API changes] ( https://github.com/rust-embedded/embedded-hal/blob/master/embedded-hal-nb/CHANGELOG.md#v100-rc1---2023-08-15 ) )
16
+ - Updated to ` spidev ` ` 0.6.0 ` release([ API changes] ( https://github.com/rust-embedded/rust-spidev/blob/master/CHANGELOG.md#060--2023-08-03 ) )
17
+ - Updated to ` i2cdev ` ` 0.6.0 ` release([ API changes] ( https://github.com/rust-embedded/rust-i2cdev/blob/master/CHANGELOG.md#v060---2023-08-03 ) )
18
+ - Updated to ` nix ` ` 0.26 ` to match ` i2cdev `
14
19
15
20
### Fixed
16
21
- Fix using SPI transfer with unequal buffer sizes (#97 , #98 ).
@@ -138,7 +143,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
138
143
139
144
Initial release
140
145
141
- [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.3...HEAD
146
+ [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v1.0.0-rc.1...HEAD
147
+ [ v1.0.0-rc.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.3...v1.0.0-rc.1
142
148
[ v0.4.0-alpha.3 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...v0.4.0-alpha.3
143
149
[ v0.4.0-alpha.2 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.1...v0.4.0-alpha.2
144
150
[ v0.4.0-alpha.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.4.0-alpha.1
0 commit comments