-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New embedded-io release #480
Comments
I think it should be good to go. Perhaps we can release them as |
Good question. Since there have been so many changes, how about releasing 0.5 first and after people have migrated then promote it to rc1? |
isn't that the point of rc's? if we think the crate is ready for 1.0, we signal that by relasing 1.0-rc1 to request people to try it out and give feedback. Otherwise we're forcing people to do 2 breaking changes: 0.5 -> 1.0-rc1, and then 1.0-rc1 -> 1.0 |
I was trying to avoid the situation where there are breaking changes between an rc1 and a potential rc2 release. |
okay, let's do 0.5 then. I can't think of any issues, but it's true that ReadReady/WriteReady are new, and also that pointing embedded_hal::Serial users to it will bring more eyes with perhaps new use cases. I was trying to update Embassy to 0.5, and one thing we've lost since 0.4 is |
Thank you @Dirbaio! |
There has been some refactoring/renaming/crate-splitting in the
embedded-io
traits during the integration into this repository.It would be good to release a new version including these changes.
Is there anything left to do before its release?
The text was updated successfully, but these errors were encountered: