Skip to content

Commit 1ac9d6f

Browse files
bors[bot]eldruin
andauthored
84: Prepare 0.4.0-alpha.3 release r=ryankurte a=eldruin Now that rust-embedded#83 is in, it would be good to publish a new alpha release. Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 66e773b + b7ab033 commit 1ac9d6f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.4.0-alpha.3] - 2022-08-04
11+
1012
### Added
1113

1214
- Added feature flag for `spi` and `i2c`
@@ -128,8 +130,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
128130

129131
Initial release
130132

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
133136
[v0.4.0-alpha.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.4.0-alpha.1
134137
[v0.3.2]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.1...v0.3.2
135138
[v0.3.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.3.1

Cargo.toml

+1-1
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.2"
12+
version = "0.4.0-alpha.3"
1313
edition = "2018"
1414

1515
[features]

0 commit comments

Comments
 (0)