From af2dde4d3b9426553ed407e052b3d7622e77b79d Mon Sep 17 00:00:00 2001 From: ryan kurte Date: Tue, 15 Feb 2022 09:24:57 +1300 Subject: [PATCH] prep for v0.4.0-alpha.2 release (e-h 1.0.0-alpha.7) --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3252c1..d6c5b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.4.0-alpha.2] - 2022-02-15 + +### Added + +- Mappings for `embedded-hal` error kinds +### Changed + +- 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)) +- Updated dependencies to force use of newer nix version + - `spidev` to version `0.5.1` + - `i2cdev` to version `0.5.1` + - `gpio-cdev` to version `0.5.1` + - `sysfs_gpio` to version `0.6.1` ## [v0.4.0-alpha.1] - 2021-10-07 diff --git a/Cargo.toml b/Cargo.toml index 7b49c9e..947143b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["Linux", "hal"] license = "MIT OR Apache-2.0" name = "linux-embedded-hal" repository = "https://github.com/rust-embedded/linux-embedded-hal" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" edition = "2018" [features]