Skip to content

Commit c16b33d

Browse files
committed
New:Bump to v0.6.1
- c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
1 parent c79ef49 commit c16b33d

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ v0.6.0
106106
- 4d8dcd5 Chg:Better way to use codegen module
107107
- f85bd48 Chg:Raises AssertionError when the operator is not supported
108108

109+
v0.6.1
110+
~~~~~~
111+
112+
- c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
113+
109114

110115
.. |license| image:: https://img.shields.io/github/license/linw1995/jsonpath.svg
111116
:target: https://github.com/linw1995/jsonpath/blob/master/LICENSE

docs/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ v0.6.0
1212
- 4d8dcd5 Chg:Better way to use codegen module
1313
- f85bd48 Chg:Raises AssertionError when the operator is not supported
1414

15+
v0.6.1
16+
~~~~~~
17+
18+
- c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
19+
1520
.. include:: history.rst
1621
:start-line: 4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jsonpath-extractor"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
license = "MIT"
55
description = "A selector expression for extracting data from JSON."
66
authors = ["林玮 <[email protected]>"]

0 commit comments

Comments
 (0)