We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2af44 commit 01c3667Copy full SHA for 01c3667
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.12.4
2
+
3
+* Allow pyo3 0.25.
4
# 0.12.3
5
6
* Declarative example (docs, #59).
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pyo3-log"
-version = "0.12.3"
+version = "0.12.4"
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