-
Notifications
You must be signed in to change notification settings - Fork 62
Release 0.8.1 #205
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
Release 0.8.1 #205
Conversation
|
||
### Breaking Changes | ||
|
||
- Setup hsi16diven when running Rcc::freeze ([#197]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Breaking because it changes public API.
|
||
### Additions | ||
|
||
- Unify RCC enable / reset ([#196]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is an addition or breaking / non-breaking change.
Note: Some changes are technically breaking changes, although it's highly unlikely that people are going to be affected. According to SemVer, below 0.x everything goes, so this would be acceptable from a spec point of view. However, I could also change the version number to 0.9.0 instead. |
IMO I think it's ok to release as 0.8.1 - this crate gets few downloads on crates.io. If upgrading to the latest |
I think what's more relevant to us, is how Cargo implements SemVer. And Cargo treats 0.8.1 as compatible to 0.8.0. I don't see a reason to cut corners here. Just call it 0.9.0. If we want to release 0.10.0 in 2 weeks, so be it. |
I'm sure people will have lockfiles in their firmware projects. Nevertheless, it doesn't hurt to bump to 0.9, we could also release 0.137 next week and it would still be OK 🙂 I'll create a replacement PR. |
-> #207 |
This also adds a
RELEASING.md
file as internal documentation.