Skip to content

Commit 0163094

Browse files
committed
bump: version 1.1.0 → 1.1.1
1 parent 26ef4a6 commit 0163094

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

docs/docs/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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
@@ -13,10 +18,6 @@
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

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.0"
12+
version = "1.1.1"
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.0"
45+
version = "1.1.1"
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.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 ======

0 commit comments

Comments
 (0)