Skip to content

Commit fbe50e3

Browse files
committed
v0.0.6
1 parent a262baf commit fbe50e3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.6 (2022-04-22)
2+
3+
- Improve documentation.
4+
- Normalize keys to prevent users from breaking the logfmt style.
5+
16
# 0.0.5 (2022-04-20)
27

38
- Add support for include native log record attributes in the final log output.

logfmter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from logfmter.formatter import Logfmter
44

5-
__version__ = "0.0.5"
5+
__version__ = "0.0.6"

0 commit comments

Comments
 (0)