File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ### Changed
11
- - Updated to ` embedded-hal ` ` 1.0.0-rc.3 ` release ([ API changes] ( https://github.com/rust-embedded/embedded-hal/blob/master/embedded-hal/CHANGELOG.md#v100-rc3---2023-12-14 ) )
12
- - Updated to ` embedded-hal-nb ` ` 1.0.0-rc.3 ` release ([ API changes] ( https://github.com/rust-embedded/embedded-hal/blob/master/embedded-hal-nb/CHANGELOG.md#v100-rc3---2023-12-14 ) )
13
-
14
- ## [ v0.4.0-alpha.4] - 2023-11-10
10
+ ## [ v0.4.0-alpha.4] - 2024-01-03
15
11
16
12
### Changed
17
13
- [ breaking-change] Replace serial-rs with the serialport-rs crate. ` Serial::open ` now needs a baud-rate argument as well.
18
14
- [ breaking-change] Split ` Spidev ` into ` SpidevDevice ` and ` SpidevBus ` , implementing the respective ` SpiDevice ` and ` SpiBus ` traits (#100 )
19
- - 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 ) )
20
- - 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 ) )
15
+ - Updated to ` embedded-hal ` ` 1.0.0-rc.3 ` release ([ API changes] ( https://github.com/rust-embedded/embedded-hal/blob/master/embedded-hal/CHANGELOG.md#v100-rc3 ---2023-12-14 ) )
16
+ - Updated to ` embedded-hal-nb ` ` 1.0.0-rc.3 ` release ([ API changes] ( https://github.com/rust-embedded/embedded-hal/blob/master/embedded-hal-nb/CHANGELOG.md#v100-rc3 ---2023-12-14 ) )
21
17
- Updated to ` spidev ` ` 0.6.0 ` release([ API changes] ( https://github.com/rust-embedded/rust-spidev/blob/master/CHANGELOG.md#060--2023-08-03 ) )
22
18
- Updated to ` i2cdev ` ` 0.6.0 ` release([ API changes] ( https://github.com/rust-embedded/rust-i2cdev/blob/master/CHANGELOG.md#v060---2023-08-03 ) )
23
19
- Updated to ` gpio_cdev ` ` 0.6.0 ` release([ API changes] ( https://github.com/rust-embedded/gpio-cdev/blob/master/CHANGELOG.md#v060--2023-09-11 ) )
You can’t perform that action at this time.
0 commit comments