File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ### Fix
4+
5+ - bump 1.1 without release
6+ - test loading user config and escaping dot-notation
7+
38### Feat
49
510- use a symbol to indicate each line
1318- switch to beartype.typing
1419- folded text doesn't work as expected
1520
16- ### Fix
17-
18- - test loading user config and escaping dot-notation
19-
2021## 1.0.0 (2023-01-31)
2122
2223### Feat
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pythons = ["3.8"]
99
1010[tool .commitizen ]
1111name = " cz_conventional_commits"
12- version = " 1.1.0 "
12+ version = " 1.1.1 "
1313version_files = [" pyproject.toml" , " tail_jsonl/__init__.py" ]
1414
1515[tool .isort ]
@@ -42,7 +42,7 @@ maintainers = []
4242name = " tail_jsonl"
4343readme = " docs/README.md"
4444repository = " https://github.com/kyleking/tail-jsonl"
45- version = " 1.1.0 "
45+ version = " 1.1.1 "
4646
4747[tool .poetry .dependencies ]
4848python = " ^3.8.12"
Original file line number Diff line number Diff line change 55from beartype .roar import BeartypeDecorHintPep585DeprecationWarning
66from loguru import logger # noqa: F401
77
8- __version__ = '1.1.0 '
8+ __version__ = '1.1.1 '
99__pkg_name__ = 'tail_jsonl'
1010
1111# ====== Above is the recommended code from calcipy_template and may be updated on new releases ======
You can’t perform that action at this time.
0 commit comments