File tree 2 files changed +14
-1
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
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 `
10
23
11
24
## [ v0.4.0-alpha.1] - 2021-10-07
12
25
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 = " 0.4.0-alpha.1 "
12
+ version = " 0.4.0-alpha.2 "
13
13
edition = " 2018"
14
14
15
15
[features ]
You can’t perform that action at this time.
0 commit comments