-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bump to pyo3 0.24 #34
Conversation
Thanks, please add a changelog entry and then looks good to merge 👍 |
I looked for one, but I don't think there is a CHANGELOG.md file? Should we create one? |
Ah my fork was out of date |
I see @kylebarron has added the changelog entry, the PR looks good and complete. I'll keep the commit title for release in line with what @davidhewitt has been using. Thanks everyone! |
I see there's an additional step here, and we need to merge to a specific branch for the release. On this occasion will let @davidhewitt take it from here when he can get to it. |
Thanks all, release live! |
Thank you for contributing to pyo3-async-runtimes!
Please consider adding the following to your pull request:
Be aware the CI pipeline will check your pull request for the following:
cargo test
)make clippy
)cargo fmt
)black . --check
. You can install black withpip install black
)