We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b662e commit dad8781Copy full SHA for dad8781
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
+# 0.13.0
2
+
3
+* Switch to pyo3 0.26 (and drop support for older versions, #66).
4
5
# 0.12.4
6
7
* Allow pyo3 0.25.
8
9
# 0.12.3
10
11
* Declarative example (docs, #59).
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pyo3-log"
-version = "0.12.4"
+version = "0.13.0"
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