-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Release axum-extra 0.12 #3541
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
base: main
Are you sure you want to change the base?
Release axum-extra 0.12 #3541
Conversation
…am::from_path()` (#3437)
43c19d1 to
fa2653a
Compare
Co-authored-by: Maple Xu <mapxu@microsoft.com>
fa2653a to
24958ac
Compare
|
Okay, so I've done the release. For the merge back to main, I usually do it the other way around (not sure whether there is any difference other than the order of the parents of the merge commit + how the default commit message mentions them). Probably doesn't matter. What does matter though is that I don't want to merge a merge commit, so would you mind redoing the merge against the latest |
I've tried to cherry pick anything that was in the changelog and then whatever started with
axum-extra:in the commit message.I then just merged main back into this keeping the version update in
Cargo.tomland the changelog for 0.12.I hope I didn't miss anything (though I wouldn't be surprised if I did) and if I should do something else than the merge back, I can change this.