Skip to content

Commit c48c0e1

Browse files
committed
document roadmap to v1.0.0
1 parent 9963981 commit c48c0e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ A simple example for the STM32F4 microcontrollers is [available](examples/stm32f
2929
## Changelog
3030
For the changelog please see the dedicated [CHANGELOG.md](CHANGELOG.md).
3131

32+
## Roadmap to v1.0.0
33+
This crate is already stable, however it's based on a 0.x version of [`embedded-hal`](https://github.com/rust-embedded/embedded-hal/), making the API unstable (the change from 0.x to 1.x of e-h will be breaking).
34+
See [the tracking issue](https://github.com/rursprung/tb6612fng-rs/issues/4) for the roadmap to v1.0.0.
35+
3236
## Minimum Supported Rust Version (MSRV)
3337
This crate is guaranteed to compile on stable Rust 1.60 and up. It *might*
3438
compile with older versions but that may change in any new patch release.

0 commit comments

Comments
 (0)