|
4 | 4 |
|
5 | 5 | This project is developed and maintained by the [HAL team](https://github.com/rust-embedded/wg#the-hal-team).
|
6 | 6 |
|
| 7 | +📣 `embedded-hal` v1.0 is now released! Check out the [announcement blog post](https://blog.rust-embedded.org/embedded-hal-v1/), the [API documentation](https://docs.rs/embedded-hal) and the [migration guide](docs/migrating-from-0.2-to-1.0.md). |
| 8 | + |
7 | 9 | ## Scope
|
8 | 10 |
|
9 | 11 | `embedded-hal` serves as a foundation for building an ecosystem of platform-agnostic drivers.
|
@@ -38,24 +40,10 @@ The main `embedded-hal` project is not tied to a specific execution model like
|
38 | 40 | | [embedded-io-async](./embedded-io-async) | [](https://crates.io/crates/embedded-io-async) | [](https://docs.rs/embedded-io-async) | I/O traits, async version |
|
39 | 41 | | [embedded-io-adapters](./embedded-io-adapters) | [](https://crates.io/crates/embedded-io-adapters) | [](https://docs.rs/embedded-io-adapters) | Adapters between the [`embedded-io`](https://crates.io/crates/embedded-io) and [`embedded-io-async`](https://crates.io/crates/embedded-io-async) traits and other IO traits (`std`, `tokio`, `futures`...) |
|
40 | 42 |
|
41 |
| -## Releases |
42 |
| - |
43 |
| -At the moment we are working towards a `1.0.0` release (see [#177]). During this process we will |
44 |
| -release alpha versions like `1.0.0-alpha.1` and `1.0.0-alpha.2`. |
45 |
| -Alpha releases are **not guaranteed** to be compatible with each other. |
46 |
| -They are provided as early previews for community testing and preparation for the final release. |
47 |
| -If you use an alpha release, we recommend you choose an exact version specification in your |
48 |
| -`Cargo.toml` like: `embedded-hal = "=1.0.0-alpha.9"` |
49 |
| - |
50 |
| -See [this guide](docs/version-policy.md) for a way to implement both an `embedded-hal` `0.2.x` |
51 |
| -version and an `-alpha` version side by side in a HAL. |
52 |
| - |
53 |
| -[#177]: https://github.com/rust-embedded/embedded-hal/issues/177 |
54 |
| - |
55 | 43 | ## Documents
|
56 | 44 |
|
| 45 | +- [Migrating from v0.2 to v1.0](docs/migrating-from-0.2-to-1.0.md). |
57 | 46 | - [How-to: add a new trait](docs/how-to-add-a-new-trait.md)
|
58 |
| -- [Version policy](docs/version-policy.md) |
59 | 47 | - [MSRV](docs/msrv.md)
|
60 | 48 |
|
61 | 49 | ## Implementations and drivers
|
|
0 commit comments