Skip to content

Commit a50d91b

Browse files
committed
v0.0.7
1 parent 8206da5 commit a50d91b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.0.7 (2024-01-23)
2+
3+
- Improve documentation
4+
- Add support for default key/value pairs provided via log record factory.
5+
- Fix duplication issue that happened when keys/extras/msg values overlapped.
6+
17
# 0.0.6 (2022-04-22)
28

39
- Improve documentation.

src/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.6"
5+
__version__ = "0.0.7"

0 commit comments

Comments
 (0)