-
Notifications
You must be signed in to change notification settings - Fork 124
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
[Auth restructure 4] Fix examples/tests/docs and CI #216
Conversation
I'm currently updating the changelog to include a small guide on how to upgrade to the new version. I've opened the #218 issue for those with questions regarding the update, and I'll mention said issue in the changelog as well. |
Is there any required order for this [Auth restructure part N] PR to merge? Does one PR reply to another? If not, is it fine to merge individually when one PR review approves and CI pass? |
You can merge as you like, GitHub should handle it correctly. Though the safest way to go is first 4, then 3, then 2, then 1, then separate-crates. |
Looks good to me, merged :) |
Part 4 of #207's split up. This fixes many other things related to the rewrite: the examples, tests, documentation, and CI.
The main library should pass the tests & CI, and the examples should work after this PR.