File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,11 @@ v0.6.0
106
106
- 4d8dcd5 Chg:Better way to use codegen module
107
107
- f85bd48 Chg:Raises AssertionError when the operator is not supported
108
108
109
+ v0.6.1
110
+ ~~~~~~
111
+
112
+ - c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
113
+
109
114
110
115
.. |license | image :: https://img.shields.io/github/license/linw1995/jsonpath.svg
111
116
:target: https://github.com/linw1995/jsonpath/blob/master/LICENSE
Original file line number Diff line number Diff line change @@ -12,5 +12,10 @@ v0.6.0
12
12
- 4d8dcd5 Chg:Better way to use codegen module
13
13
- f85bd48 Chg:Raises AssertionError when the operator is not supported
14
14
15
+ v0.6.1
16
+ ~~~~~~
17
+
18
+ - c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
19
+
15
20
.. include :: history.rst
16
21
:start-line: 4
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " jsonpath-extractor"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
4
4
license = " MIT"
5
5
description = " A selector expression for extracting data from JSON."
6
6
authors = [
" 林玮 <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments