Skip to content

Commit

Permalink
Version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Jul 14, 2023
1 parent 0fa5587 commit 4195279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.8.3

* LogRecord takes tuple as `args`, provide an empty one and not a `None` (#28).

# 0.8.2
Expand Down
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.8.2"
version = "0.8.3"
authors = ["Michal 'vorner' Vaner <[email protected]>"]
description = "Logging bridge from pyo3 native extension to python"
documentation = "https://docs.rs/pyo3-log"
Expand Down

0 comments on commit 4195279

Please sign in to comment.