File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10- ## [ v1.0.0-rc.1] - 2023-09-06
11-
1210### Changed
1311- [ breaking-change] Replace serial-rs with the serialport-rs crate. ` Serial::open ` now needs a baud-rate argument as well.
1412- 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 ) )
@@ -143,8 +141,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
143141
144142Initial release
145143
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
144+ [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.3...HEAD
148145[ v0.4.0-alpha.3 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...v0.4.0-alpha.3
149146[ v0.4.0-alpha.2 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.1...v0.4.0-alpha.2
150147[ v0.4.0-alpha.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.4.0-alpha.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ keywords = ["Linux", "hal"]
99license = " MIT OR Apache-2.0"
1010name = " linux-embedded-hal"
1111repository = " https://github.com/rust-embedded/linux-embedded-hal"
12- version = " 1.0.0-rc.1 "
12+ version = " 0.4.0-alpha.3 "
1313edition = " 2018"
1414
1515[features ]
You can’t perform that action at this time.
0 commit comments