Skip to content

Commit 21da41b

Browse files
committed
Prepare 1.0.0-alpha.7 release
1 parent 2f5d994 commit 21da41b

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v1.0.0-alpha.7] - 2022-02-09
11+
12+
*** This is (also) an alpha release with breaking changes (sorry) ***
13+
1014
### Added
11-
- `Error` traits for Can, SPI, I2C and Serial are implemented for Infallible
15+
- `Error` traits for CAN, SPI, I2C and Serial are implemented for `Infallible`.
1216

1317
### Fixed
1418
- Fixed blanket impl of `DelayUs` not covering the `delay_ms` method.
15-
### Changed
16-
- `spi`: traits now enforce all impls on the same struct (eg `Transfer` and `Write`) have the same `Error` type.
1719

1820
### Changed
21+
- `spi`: traits now enforce all impls on the same struct (eg `Transfer` and `Write`) have the same `Error` type.
1922
- `digital`: traits now enforce all impls on the same struct have the same `Error` type.
20-
21-
### Changed
2223
- `serial`: traits now enforce all impls on the same struct have the same `Error` type.
23-
24-
### Changed
2524
- `i2c`: traits now enforce all impls on the same struct have the same `Error` type.
2625
- `i2c`: unify all traits into a single `I2c` trait.
2726

@@ -83,8 +82,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8382
- `Transactional` SPI interface for executing groups of SPI transactions.
8483
- `Transactional` I2C interface for executing groups of I2C transactions.
8584

86-
### Changed
87-
8885

8986
## [v1.0.0-alpha.2] - 2020-10-16
9087

@@ -211,7 +208,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
211208

212209
Initial release
213210

214-
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.6...HEAD
211+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.7...HEAD
212+
[v1.0.0-alpha.7]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.6...v1.0.0-alpha.7
215213
[v1.0.0-alpha.6]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.5...v1.0.0-alpha.6
216214
[v1.0.0-alpha.5]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
217215
[v1.0.0-alpha.4]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.3...v1.0.0-alpha.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
name = "embedded-hal"
1414
readme = "README.md"
1515
repository = "https://github.com/rust-embedded/embedded-hal"
16-
version = "1.0.0-alpha.6"
16+
version = "1.0.0-alpha.7"
1717

1818
[dependencies]
1919
nb = "1"

0 commit comments

Comments
 (0)