File tree 2 files changed +2
-5
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ v1.0.0-rc.1] - 2023-09-06
11
-
12
10
### Changed
13
11
- [ breaking-change] Replace serial-rs with the serialport-rs crate. ` Serial::open ` now needs a baud-rate argument as well.
14
12
- 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/).
143
141
144
142
Initial release
145
143
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
148
145
[ v0.4.0-alpha.3 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...v0.4.0-alpha.3
149
146
[ v0.4.0-alpha.2 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.1...v0.4.0-alpha.2
150
147
[ 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"]
9
9
license = " MIT OR Apache-2.0"
10
10
name = " linux-embedded-hal"
11
11
repository = " https://github.com/rust-embedded/linux-embedded-hal"
12
- version = " 1.0.0-rc.1 "
12
+ version = " 0.4.0-alpha.3 "
13
13
edition = " 2018"
14
14
15
15
[features ]
You can’t perform that action at this time.
0 commit comments