Skip to content

Commit 4a481f0

Browse files
bors[bot]ryankurte
andauthored
Merge #78
78: prep for v0.4.0-alpha.2 release (e-h 1.0.0-alpha.7) r=eldruin a=ryankurte Co-authored-by: ryan kurte <[email protected]>
2 parents 5259b32 + af2dde4 commit 4a481f0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["Linux", "hal"]
99
license = "MIT OR Apache-2.0"
1010
name = "linux-embedded-hal"
1111
repository = "https://github.com/rust-embedded/linux-embedded-hal"
12-
version = "0.4.0-alpha.1"
12+
version = "0.4.0-alpha.2"
1313
edition = "2018"
1414

1515
[features]

0 commit comments

Comments
 (0)