@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.0-alpha.1] - 2021-09-27
11
+
10
12
### Changed
11
13
12
14
- Modified ` OutputPin ` behavior for active-low pins to match ` InputPin ` behavior.
13
15
- Set default features to build both sysfs and cdev pin types.
14
16
- Removed ` Pin ` export, use ` CdevPin ` or ` SysfsPin ` .
15
- - Increased the Minimum Supported Rust Version to ` 1.46.0 ` due to an update of ` bitflags ` .
16
17
- 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 ` .
17
23
- Updated ` nb ` to version ` 1 ` .
18
24
19
25
## [ v0.3.0] - 2019-11-25
@@ -66,8 +72,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
72
67
73
Initial release
68
74
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
71
79
[ v0.2.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
72
80
[ 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