Skip to content
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

release: 0.19.0 #3187

Merged
merged 1 commit into from
May 31, 2023
Merged

release: 0.19.0 #3187

merged 1 commit into from
May 31, 2023

Conversation

davidhewitt
Copy link
Member

As per #3154 I think we're ready to push 0.19.

I'll put this live on Tuesday evening unless I hear a reason to postpone.

@davidhewitt davidhewitt linked an issue May 28, 2023 that may be closed by this pull request
7 tasks
bors bot added a commit that referenced this pull request May 29, 2023
3188: Verify that macros do work without any imports r=adamreichold a=lifthrasiir

Currently virtually all (positive) tests import `pyo3::prelude::*`, making it hard to detect a certain class of bugs. This PR adds an explicit test that never imports from `pyo3` to fix this.

Also this fixes a minor bug from #3157 which didn't work without `use pyo3::types::PyType;`. I think this should be a part of 0.19.0 (#3187), so no additional changelog would be required (as this feature is new in 0.19.0).


Co-authored-by: Kang Seonghoon <public+git@mearie.org>
CHANGELOG.md Outdated Show resolved Hide resolved
@davidhewitt davidhewitt force-pushed the release-0.19 branch 2 times, most recently from 7dea43b to 501d159 Compare May 31, 2023 12:52
@davidhewitt
Copy link
Member Author

Rebased and I'll push shortly.

@davidhewitt
Copy link
Member Author

(I also added a section to the migration guide to document the changes to __traverse__, as some users may be caught out by the new panic.)

@adamreichold
Copy link
Member

(I also added a section to the migration guide to document the changes to __traverse__, as some users may be caught out by the new panic.)

Thank you and I think this should have been part of the original PR but I never looked back at the guide after writing that one sentence in the class customization section.

@davidhewitt
Copy link
Member Author

Release is live!

bors r+

@bors
Copy link
Contributor

bors bot commented May 31, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

  • conclusion

@bors bors bot merged commit 451729a into main May 31, 2023
36 checks passed
@bors bors bot deleted the release-0.19 branch May 31, 2023 15:47
@davidhewitt davidhewitt restored the release-0.19 branch July 3, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.19 Release
2 participants