Skip to content

Commit ce10371

Browse files
committed
docs: update after release
1 parent 57ebf0b commit ce10371

File tree

3 files changed

+46
-38
lines changed

3 files changed

+46
-38
lines changed

docs/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.4.2 (2025-09-10)
2+
3+
### Fix
4+
5+
- patch dotted key access for single line
6+
17
## 1.4.1 (2025-09-06)
28

39
### Fix

docs/docs/CODE_TAG_SUMMARY.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Collected Code Tags
22

3-
| Type | Comment | Last Edit | Source File |
4-
|---------|------------------------------------------------------------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------|
5-
| PLANNED | temporary backward compatibility until part of Corallium | 2024-10-05 | [tail_jsonl/config.py:10](https://github.com/KyleKing/tail-jsonl/blame/bd32054c9276da9dba500cb7c1289061f4e0ada1/tail_jsonl/config.py#L10) |
6-
| PLANNED | Add a flag (--debug & store_true) to print debugging information | 2023-02-02 | [tail_jsonl/scripts.py:29](https://github.com/KyleKing/tail-jsonl/blame/fd15e5907afae783ba21bb0f9d310cc6b08008c4/tail_jsonl/main.py#L34) |
3+
| Type | Comment | Last Edit | Source File |
4+
|---------|------------------------------------------------------------------|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
5+
| PLANNED | Consider moving to Corallium | 2025-09-11 | [tail_jsonl/_private/core.py:75](https://github.com/KyleKing/tail-jsonl/blame/b8b654530a8750cb53a399e368689168e3cc2123/tail_jsonl/_private/core.py#L75) |
6+
| PLANNED | temporary backward compatibility until part of Corallium | 2024-10-05 | [tail_jsonl/config.py:10](https://github.com/KyleKing/tail-jsonl/blame/bd32054c9276da9dba500cb7c1289061f4e0ada1/tail_jsonl/config.py#L10) |
7+
| TODO | Are these dotted keys properly parsed? | 2025-09-11 | [tail_jsonl/config.py:22](https://github.com/KyleKing/tail-jsonl/blame/57ebf0b3404ebd5daf4f45933267f38b40ae3738/tail_jsonl/config.py#L22) |
8+
| PLANNED | Add a flag (--debug & store_true) to print debugging information | 2023-02-02 | [tail_jsonl/scripts.py:29](https://github.com/KyleKing/tail-jsonl/blame/fd15e5907afae783ba21bb0f9d310cc6b08008c4/tail_jsonl/main.py#L34) |
79

8-
Found code tags for PLANNED (2)
10+
Found code tags for TODO (1), PLANNED (3)
911

1012
<!-- calcipy_skip_tags -->

poetry.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)