Skip to content

Commit a54237d

Browse files
committed
Version 0.8.2
1 parent 6df8d05 commit a54237d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.8.2
2+
3+
* Allow pyo3 0.19.
4+
15
# 0.8.1
26

37
* Don't insist on newest version of pyo3 as a dependency, allow older versions

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3-log"
3-
version = "0.8.1"
3+
version = "0.8.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)