Skip to content

Commit 37ddc15

Browse files
committed
Prepare 0.4.0-alpha.1 release
1 parent e177ef2 commit 37ddc15

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.4.0-alpha.1] - 2021-09-27
11+
1012
### Changed
1113

1214
- Modified `OutputPin` behavior for active-low pins to match `InputPin` behavior.
1315
- Set default features to build both sysfs and cdev pin types.
1416
- Removed `Pin` export, use `CdevPin` or `SysfsPin`.
15-
- Increased the Minimum Supported Rust Version to `1.46.0` due to an update of `bitflags`.
1617
- Adapted to `embedded-hal` `1.0.0-alpha.5` release.
18+
- Increased the Minimum Supported Rust Version to `1.46.0` due to an update of `bitflags`.
19+
- Updated `spidev` to version `0.5`.
20+
- Updated `i2cdev` to version `0.5`.
21+
- Updated `gpio-cdev` to version `0.5`.
22+
- Updated `sysfs_gpio` to version `0.6`.
1723
- Updated `nb` to version `1`.
1824

1925
## [v0.3.0] - 2019-11-25
@@ -66,8 +72,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6672

6773
Initial release
6874

69-
[Unreleased]: https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...HEAD
70-
[v0.2.2]: https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...v0.2.2
75+
[Unreleased]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.1...HEAD
76+
[v0.4.0-alpha.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.4.0-alpha.1
77+
[v0.3.0]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.2...v0.3.0
78+
[v0.2.2]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.1...v0.2.2
7179
[v0.2.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
7280
[v0.2.0]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.1.1...v0.2.0
73-
[v0.1.1]: https://github.com/japaric/linux-embedded-hal/compare/v0.1.0...v0.1.1
81+
[v0.1.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0"
12+
version = "0.4.0-alpha.1"
1313
edition = "2018"
1414

1515
[features]

0 commit comments

Comments
 (0)