We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51e45a commit 9674e2dCopy full SHA for 9674e2d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.13.2
2
+
3
+* Support for pyo3 0.27 (#72).
4
5
# 0.13.1
6
7
* Allow specifying a logger prefix (#70).
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pyo3-log"
-version = "0.13.1"
+version = "0.13.2"
authors = ["Michal 'vorner' Vaner <[email protected]>"]
description = "Logging bridge from pyo3 native extension to python"
documentation = "https://docs.rs/pyo3-log"
0 commit comments