Skip to content

Commit ff36c3c

Browse files
committed
v0.0.3
1 parent a9fdaa9 commit ff36c3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.3 (2022-01-13)
2+
3+
- Include type hints
4+
15
# 0.0.1 (2022-01-06)
26

37
- Incept

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.1"
5+
__version__ = "0.0.3"

0 commit comments

Comments
 (0)