- Update to pyo3 0.22.
Logger
not longer implementsClone
- Update to pyo3 0.21.
- Bump lowest allowed version of pyo3 to 0.15 ‒ this prevents linking multiple pyo3 versions together.
- Allow pyo3 0.20.
- LogRecord takes tuple as
args
, provide an empty one and not aNone
(#28).
- Allow pyo3 0.19.
- Don't insist on newest version of pyo3 as a dependency, allow older versions too.
- Update to pyo3 0.18.
- Update to pyo3 0.17.
- Update to pyo3 0.16.
- Update to pyo3 0.15.
- Docs: Point out the need to handle GIL in around threads.
- Upgrade to pyo3 0.14.
- Don't confuse Trace level with NOTSET in python.
- Upgrade to pyo3 0.13.
- Fix of versioning of dependencies.
- Internal dependency update (arc-swap on 1.0).
- Bump version of pyo3 to 0.12.
- Remove confusing/irrelevant copy-pasted part of README.
- Bug: Remove stray println/dbgs from the code.
- Initial release.