-
Notifications
You must be signed in to change notification settings - Fork 5
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 mcan/0.5.0 #48
Conversation
Todo after merge
|
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.
Looks good! 👍
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.
Looks good, just update the date
mcan/CHANGELOG.md
Outdated
@@ -3,10 +3,16 @@ | |||
Tagging in git follows a pattern: `mcan/<version>`. | |||
|
|||
## [Unreleased] | |||
- *Breaking* Update the register mappings with svd2rust 0.30.2 and form 0.10.0 (#46) | |||
|
|||
## [0.5.0] - 2023-10-24 |
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.
Wrong date 😄
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.
Haha, copy paste always fails 🤣
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.
Fixed 👍
- Add safe way to shutdown the bus when actively transmitting/receiving (GrepitAB#45) - Add method to finalize configuration into initialization mode (GrepitAB#47) - *Breaking* Update the register mappings with svd2rust 0.30.2 and form 0.10.0 (GrepitAB#46)
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.
Nice! LGTM 👍
Release 0.5.0
Added
Changed
Thank you!
Thank you for your contribution.
Please make sure that your submission includes the following:
Must
errors
orwarnings
.cargo +stable fmt
was run.cargo +stable clippy
yields nowarnings
.CHANGELOG.md
in the proper section.newly added features and code.