Skip to content

Commit 587cb7f

Browse files
committed
v0.0.12
1 parent 0ba8569 commit 587cb7f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.0.12 (2026-3-11)
2+
3+
- Improve handling of invisible control characters
4+
- Drop support for Python 3.9
5+
- Add support for Python 3.14
6+
- Update development dependencies
7+
- Improve tests
8+
- Improve ci/cd performance
9+
110
# 0.0.11 (2025-10-13)
211

312
- Fix control character escaping

src/logfmter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from logfmter.formatter import Logfmter as Logfmter
22

3-
__version__ = "0.0.11"
3+
__version__ = "0.0.12"

0 commit comments

Comments
 (0)