Skip to content

Commit 08bff73

Browse files
committed
Prepare 1.0.0-alpha.6 release
1 parent f8769ed commit 08bff73

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
11+
## [v1.0.0-alpha.6] - 2021-11-19
12+
13+
*** This is (also) an alpha release with breaking changes (sorry) ***
14+
1015
### Changed
1116
- Use `u8` as default SPI as Serial Word type
1217
- The Minimum Supported Rust Version (MSRV) is now 1.46.0
@@ -188,7 +193,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
188193

189194
Initial release
190195

191-
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.5...HEAD
196+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.6...HEAD
197+
[v1.0.0-alpha.6]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.5...v1.0.0-alpha.6
192198
[v1.0.0-alpha.5]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
193199
[v1.0.0-alpha.4]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
194200
[v1.0.0-alpha.3]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...v1.0.0-alpha.3

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.5"
16+
version = "1.0.0-alpha.6"
1717

1818
[dependencies]
1919
nb = "1"

0 commit comments

Comments
 (0)