Skip to content

Commit 9674e2d

Browse files
committed
Version 0.13.2
1 parent c51e45a commit 9674e2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.13.2
2+
3+
* Support for pyo3 0.27 (#72).
4+
15
# 0.13.1
26

37
* Allow specifying a logger prefix (#70).

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.13.1"
3+
version = "0.13.2"
44
authors = ["Michal 'vorner' Vaner <[email protected]>"]
55
description = "Logging bridge from pyo3 native extension to python"
66
documentation = "https://docs.rs/pyo3-log"

0 commit comments

Comments
 (0)