Skip to content

Commit 4388909

Browse files
committed
v0.0.9
1 parent df1b3e9 commit 4388909

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.0.9 (2025-01-23)
2+
3+
- Resolve pyright lint issue
4+
- Remove official support for eol python versions
5+
- Add nix dev support
6+
- Improve documentation
7+
- Add official Python 3.13 support
8+
19
# 0.0.8 (2024-05-24)
210

311
- Add official support for Python 3.12.

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 as Logfmter
44

5-
__version__ = "0.0.8"
5+
__version__ = "0.0.9"

0 commit comments

Comments
 (0)