File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.0-alpha.4] - 2022-10-08
11+
1012### Changed
1113- [ breaking-change] Replace serial-rs with the serialport-rs crate. ` Serial::open ` now needs a baud-rate argument as well.
14+ - [ breaking-change] Split ` Spidev ` into ` SpidevDevice ` and ` SpidevBus ` , implementing the respective ` SpiDevice ` and ` SpiBus ` traits (#100 )
1215- 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 ) )
1316- 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 ) )
1417- Updated to ` spidev ` ` 0.6.0 ` release([ API changes] ( https://github.com/rust-embedded/rust-spidev/blob/master/CHANGELOG.md#060--2023-08-03 ) )
@@ -141,7 +144,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
141144
142145Initial release
143146
144- [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.3...HEAD
147+ [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.4...HEAD
148+ [ v0.4.0-alpha.4 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.3...v0.4.0-alpha.4
145149[ v0.4.0-alpha.3 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...v0.4.0-alpha.3
146150[ v0.4.0-alpha.2 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.1...v0.4.0-alpha.2
147151[ v0.4.0-alpha.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.4.0-alpha.1
You can’t perform that action at this time.
0 commit comments