We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23b98a commit 27d1083Copy full SHA for 27d1083
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.13.1
2
+
3
+* Allow specifying a logger prefix (#70).
4
* Support the kv feature (#69).
5
6
# 0.13.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pyo3-log"
-version = "0.13.0"
+version = "0.13.1"
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>"]
description = "Logging bridge from pyo3 native extension to python"
documentation = "https://docs.rs/pyo3-log"
0 commit comments