Skip to content

Commit 4bff87c

Browse files
committed
bump: version 1.1.1 → 1.1.2
1 parent 28f49cd commit 4bff87c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
### Fix
44

5+
- show non-JSON lines
6+
7+
## 1.1.1 (2023-02-06)
8+
9+
### Fix
10+
511
- bump 1.1 without release
612
- test loading user config and escaping dot-notation
713

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pythons = ["3.8"]
99

1010
[tool.commitizen]
1111
name = "cz_conventional_commits"
12-
version = "1.1.1"
12+
version = "1.1.2"
1313
version_files = ["pyproject.toml", "tail_jsonl/__init__.py"]
1414

1515
[tool.isort]
@@ -42,7 +42,7 @@ maintainers = []
4242
name = "tail_jsonl"
4343
readme = "docs/README.md"
4444
repository = "https://github.com/kyleking/tail-jsonl"
45-
version = "1.1.1"
45+
version = "1.1.2"
4646

4747
[tool.poetry.dependencies]
4848
python = "^3.8.12"

tail_jsonl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from beartype.roar import BeartypeDecorHintPep585DeprecationWarning
66
from loguru import logger # noqa: F401
77

8-
__version__ = '1.1.1'
8+
__version__ = '1.1.2'
99
__pkg_name__ = 'tail_jsonl'
1010

1111
# ====== Above is the recommended code from calcipy_template and may be updated on new releases ======

0 commit comments

Comments
 (0)