Skip to content

Commit 27d1083

Browse files
committed
Version 0.13.1
1 parent d23b98a commit 27d1083

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.13.1
2+
3+
* Allow specifying a logger prefix (#70).
14
* Support the kv feature (#69).
25

36
# 0.13.0

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.0"
3+
version = "0.13.1"
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)