@@ -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
6773Initial 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
0 commit comments