Skip to content

Commit 76e348a

Browse files
committed
New:Bump to v0.7.0
- 46cfd08 Fix,Dev:make init_by_poetry error when python(system) version is lower than 3.7 - 19f981f Chg:Upgrade lark-parser - 982e344 New:Rewrite grammar to support more extensible jsonpath expression, e.g., more elegant comparison syntax. - 1803339 New:Slice supports to cooperate with JSONPath.
1 parent f72e50d commit 76e348a

File tree

4 files changed

+30
-25
lines changed

4 files changed

+30
-25
lines changed

README.rst

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,15 @@ The output of the above commands.
9696
Changelog
9797
<<<<<<<<<
9898

99-
v0.6.0
99+
v0.7.0
100100
~~~~~~
101101

102-
- 3fa0e29 Chg:Remove redundant code
103-
- 8e33efd Fix:Typo
104-
- d3552ac Fix:Release bad sdist. (closes #11)
105-
- e8eab43 New:Create CODE_OF_CONDUCT.md
106-
- 4d8dcd5 Chg:Better way to use codegen module
107-
- f85bd48 Chg:Raises AssertionError when the operator is not supported
108-
109-
v0.6.1
110-
~~~~~~
111-
112-
- c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
102+
- 46cfd08 Fix,Dev:make init_by_poetry error when python(system) version is
103+
lower than 3.7
104+
- 19f981f Chg:Upgrade lark-parser
105+
- 982e344 New:Rewrite grammar to support more extensible jsonpath expression,
106+
e.g., more elegant comparison syntax.
107+
- 1803339 New:Slice supports to cooperate with JSONPath.
113108

114109

115110
.. |license| image:: https://img.shields.io/github/license/linw1995/jsonpath.svg

docs/source/changelog.rst

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@
22
Changelog
33
=========
44

5-
v0.6.0
5+
v0.7.0
66
~~~~~~
77

8-
- 3fa0e29 Chg:Remove redundant code
9-
- 8e33efd Fix:Typo
10-
- d3552ac Fix:Release bad sdist. (closes #11)
11-
- e8eab43 New:Create CODE_OF_CONDUCT.md
12-
- 4d8dcd5 Chg:Better way to use codegen module
13-
- f85bd48 Chg:Raises AssertionError when the operator is not supported
14-
15-
v0.6.1
16-
~~~~~~
17-
18-
- c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
8+
- 46cfd08 Fix,Dev:make init_by_poetry error when python(system) version is
9+
lower than 3.7
10+
- 19f981f Chg:Upgrade lark-parser
11+
- 982e344 New:Rewrite grammar to support more extensible jsonpath expression,
12+
e.g., more elegant comparison syntax.
13+
- 1803339 New:Slice supports to cooperate with JSONPath.
1914

2015
.. include:: history.rst
2116
:start-line: 4

docs/source/history.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
History
33
=======
44

5+
v0.6.1
6+
~~~~~~
7+
8+
- c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
9+
10+
v0.6.0
11+
~~~~~~
12+
13+
- 3fa0e29 Chg:Remove redundant code
14+
- 8e33efd Fix:Typo
15+
- d3552ac Fix:Release bad sdist. (closes #11)
16+
- e8eab43 New:Create CODE_OF_CONDUCT.md
17+
- 4d8dcd5 Chg:Better way to use codegen module
18+
- f85bd48 Chg:Raises AssertionError when the operator is not supported
19+
520
v0.5.1
621
~~~~~~
722

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.1"
3+
version = "0.7.0"
44
license = "MIT"
55
description = "A selector expression for extracting data from JSON."
66
authors = ["林玮 <[email protected]>"]

0 commit comments

Comments
 (0)