File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.0-alpha.3] - 2022-08-04
11
+
10
12
### Added
11
13
12
14
- Added feature flag for ` spi ` and ` i2c `
@@ -128,8 +130,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
128
130
129
131
Initial release
130
132
131
- [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...HEAD
132
- [ v0.4.0-alpha.2 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...v0.4.0-alpha.1
133
+ [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.3...HEAD
134
+ [ v0.4.0-alpha.3 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...v0.4.0-alpha.3
135
+ [ v0.4.0-alpha.2 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.1...v0.4.0-alpha.2
133
136
[ v0.4.0-alpha.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.4.0-alpha.1
134
137
[ v0.3.2 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.1...v0.3.2
135
138
[ v0.3.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ keywords = ["Linux", "hal"]
9
9
license = " MIT OR Apache-2.0"
10
10
name = " linux-embedded-hal"
11
11
repository = " https://github.com/rust-embedded/linux-embedded-hal"
12
- version = " 0.4.0-alpha.2 "
12
+ version = " 0.4.0-alpha.3 "
13
13
edition = " 2018"
14
14
15
15
[features ]
You can’t perform that action at this time.
0 commit comments