Skip to content

Commit

Permalink
Version 0.12.0
Browse files Browse the repository at this point in the history
vorner committed Nov 24, 2024
1 parent 5d76c34 commit 3bd6bde
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# 0.12.0

* Update to pyo3 0.23, drop older version support.

# 0.11.0

* Update to pyo3 0.22.
* `Logger` not longer implements `Clone`
* `Logger` no longer implements `Clone`

# 0.10.0

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyo3-log"
version = "0.11.0"
version = "0.12.0"
authors = ["Michal 'vorner' Vaner <[email protected]>"]
description = "Logging bridge from pyo3 native extension to python"
documentation = "https://docs.rs/pyo3-log"

0 comments on commit 3bd6bde

Please sign in to comment.