Skip to content

Commit dad8781

Browse files
committed
Version 0.13.0
1 parent 63b662e commit dad8781

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# 0.13.0
2+
3+
* Switch to pyo3 0.26 (and drop support for older versions, #66).
4+
15
# 0.12.4
26

37
* Allow pyo3 0.25.
8+
49
# 0.12.3
510

611
* Declarative example (docs, #59).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3-log"
3-
version = "0.12.4"
3+
version = "0.13.0"
44
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>"]
55
description = "Logging bridge from pyo3 native extension to python"
66
documentation = "https://docs.rs/pyo3-log"

0 commit comments

Comments
 (0)