Merged
Conversation
BusyJay
reviewed
Oct 15, 2025
Member
BusyJay
left a comment
There was a problem hiding this comment.
We only keep align on minor version bump as cargo will automatically pick newer patch versions.
Signed-off-by: Mads Marquart <mads@marquart.dk>
Author
|
I've changed this to only bump |
Author
|
I think you have to actually Btw, remember to add the tags: git tag 0.6.0 f260a80f21b7f9eb1212809720d9a5f7f0cf0e8b
git tag 0.6.1 df5934f67d7b462b431f7fe9658952178c2bf2f4
git push --tags |
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.
Motivation: To get #109 out. I decided to bump all crates for consistency, even though
jemallocator-globaldoesn't have any changes.I see that #143 exists, I agree that should be done, but I don't think it needs to be a blocker for getting the current things out?
r? @BusyJay.