Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jteppinette committed Apr 20, 2022
1 parent dd0e099 commit fad9236
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.5 (2022-04-20)

- Add support for include native log record attributes in the final log output.
- Add support for overriding the date format used when formatting the `asctime` attribute.

# 0.0.4 (2022-03-29)

- Fix the usage documentation
Expand Down
2 changes: 1 addition & 1 deletion logfmter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from logfmter.formatter import Logfmter

__version__ = "0.0.4"
__version__ = "0.0.5"

0 comments on commit fad9236

Please sign in to comment.