Release 0.6.1#50
Merged
Merged
Conversation
jannic
reviewed
Oct 23, 2025
|
|
||
| name = "spidev" | ||
| version = "0.6.0" | ||
| version = "0.6.2-alpha.0" |
Member
There was a problem hiding this comment.
This looks wrong for the 0.6.1 release. Or am I somehow misunderstanding the release process?
Suggested change
| version = "0.6.2-alpha.0" | |
| version = "0.6.1" |
Member
Author
There was a problem hiding this comment.
Member
There was a problem hiding this comment.
Ah ok, that wasn't obvious when viewing the changes.
So this MR should be merged in "rebase and merge" mode, because "squash and merge" would destroy the intermediate commit, and the default mode "merge pull request" would create a slightly confusing commit history, right?
ee8a1e5 to
4c960d2
Compare
Member
Author
|
Rebased this PR onto #52. |
jannic
approved these changes
Oct 23, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The linux-embedded-hal exposes spidev and in order to fix rust-embedded/linux-embedded-hal#120, we need a patch release for 0.6. I already created the branch maintenance-0.6 and this PR backports #49 onto 0.6 and prepares release 0.6.1.