pyo3-log 0.12.0

Logging bridge from pyo3 native extension to python
Documentation
# 0.12.0

* Update to pyo3 0.23, drop older version support.

# 0.11.0

* Update to pyo3 0.22.
* `Logger` no longer implements `Clone`

# 0.10.0

* Update to pyo3 0.21.

# 0.9.0

* Bump lowest allowed version of pyo3 to 0.15 ‒ this prevents linking multiple
  pyo3 versions together.

# 0.8.4

* Allow pyo3 0.20.

# 0.8.3

* LogRecord takes tuple as `args`, provide an empty one and not a `None` (#28).

# 0.8.2

* Allow pyo3 0.19.

# 0.8.1

* Don't insist on newest version of pyo3 as a dependency, allow older versions
  too.

# 0.8.0

* Update to pyo3 0.18.

# 0.7.0

* Update to pyo3 0.17.

# 0.6.0

* Update to pyo3 0.16.

# 0.5.0

* Update to pyo3 0.15.

# 0.4.1

* Docs: Point out the need to handle GIL in around threads.

# 0.4.0

* Upgrade to pyo3 0.14.

# 0.3.1

* Don't confuse Trace level with NOTSET in python.

# 0.3.0

* Upgrade to pyo3 0.13.

# 0.2.2

* Fix of versioning of dependencies.

# 0.2.1

* Internal dependency update (arc-swap on 1.0).

# 0.2.0

* Bump version of pyo3 to 0.12.

# 0.1.2

* Remove confusing/irrelevant copy-pasted part of README.

# 0.1.1

* Bug: Remove stray println/dbgs from the code.

# 0.1.0

* Initial release.