File tree 4 files changed +7
-3
lines changed 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v1.0.0-alpha.8] - 2022-04-15
11
+
12
+ ** * This is (also) an alpha release with breaking changes (sorry) ** *
13
+
10
14
### Changed
11
15
- The Minimum Supported Rust Version (MSRV) is now 1.54.0
12
16
- ` spi ` : unify all traits into ` SpiReadBus ` , ` SpiWriteBus ` and ` SpiBus ` (read-write).
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
13
13
name = " embedded-hal"
14
14
readme = " README.md"
15
15
repository = " https://github.com/rust-embedded/embedded-hal"
16
- version = " 1.0.0-alpha.7 "
16
+ version = " 1.0.0-alpha.8 "
17
17
18
18
[dependencies ]
19
19
nb = " 1"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ release alpha versions like `1.0.0-alpha.1` and `1.0.0-alpha.2`.
41
41
Alpha releases are ** not guaranteed** to be compatible with each other.
42
42
They are provided as early previews for community testing and preparation for the final release.
43
43
If you use an alpha release, we recommend you choose an exact version specification in your
44
- ` Cargo.toml ` like: ` embedded-hal = "=1.0.0-alpha.2 " `
44
+ ` Cargo.toml ` like: ` embedded-hal = "=1.0.0-alpha.8 " `
45
45
46
46
See [ this guide] ( docs/version-policy.md ) for a way to implement both an ` embedded-hal ` ` 0.2.x `
47
47
version and an ` -alpha ` version side by side in a HAL.
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ repository = "https://github.com/rust-embedded/embedded-hal"
14
14
version = " 0.0.1"
15
15
16
16
[dependencies ]
17
- embedded-hal = { version = " =1.0.0-alpha.7 " , path = " .." }
17
+ embedded-hal = { version = " =1.0.0-alpha.8 " , path = " .." }
You can’t perform that action at this time.
0 commit comments