File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.0-alpha.2] - 2022-02-15
11+
12+ ### Added
13+
14+ - Mappings for ` embedded-hal ` error kinds
15+ ### Changed
16+
17+ - Updated to ` embedded-hal ` ` 1.0.0-alpha.7 ` release (significant [ API changes] ( https://github.com/rust-embedded/embedded-hal/blob/master/CHANGELOG.md#v100-alpha7---2022-02-09 ) )
18+ - Updated dependencies to force use of newer nix version
19+ - ` spidev ` to version ` 0.5.1 `
20+ - ` i2cdev ` to version ` 0.5.1 `
21+ - ` gpio-cdev ` to version ` 0.5.1 `
22+ - ` sysfs_gpio ` to version ` 0.6.1 `
1023
1124## [ v0.4.0-alpha.1] - 2021-10-07
1225
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 = " 0.4.0-alpha.1 "
12+ version = " 0.4.0-alpha.2 "
1313edition = " 2018"
1414
1515[features ]
You can’t perform that action at this time.
0 commit comments