dylanbstorey / pyo3-pylogger

log messages for pyo3 embedded Python applications using the logging module
Apache License 2.0
3 stars 2 forks source link

Updates for PyO3 0.21+ `Bound<'py, T>` API #6

Closed cpu closed 2 months ago

cpu commented 2 months ago

This branch transitions the project to the new Bound<'py, T> API in PyO3 0.21+. See this blog post and the 0.20 to 0.21 migration guide for more information. Along the way I also tacked on a couple of fixes for cargo clippy findings, and a small .gitignore update.

dylanbstorey commented 2 months ago

released with 0.3.0 - thanks again for the PR !

cpu commented 2 months ago

I appreciate the quick turn around. Thanks! :rocket: