Skip to content

Commit

Permalink
Export PathPrettifier via top-level package
Browse files Browse the repository at this point in the history
  • Loading branch information
underyx committed Jun 11, 2024
1 parent 4264361 commit dd340b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.4.1 (2024-06-11)

- Export PathPrettifier via top-level package

## 0.4.0 (2024-06-11)

- Use orjson for fast JSON prettifying instead of rapidjsonX
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="structlog-pretty",
version="0.4.0",
version="0.4.1",
url="https://github.com/underyx/structlog-pretty",
author="Bence Nagy",
author_email="[email protected]",
Expand Down
1 change: 1 addition & 0 deletions structlog_pretty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
XMLPrettifier,
SyntaxHighlighter,
MultilinePrinter,
PathPrettifier,
)

0 comments on commit dd340b9

Please sign in to comment.