We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3217bc8 commit a188f81Copy full SHA for a188f81
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.13.3
2
+
3
+* Support for pyo3 0.28 (#75).
4
5
# 0.13.2
6
7
* Support for pyo3 0.27 (#72).
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pyo3-log"
-version = "0.13.2"
+version = "0.13.3"
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