Skip to content

Commit f5b3b6d

Browse files
committed
New:Bump to v0.7.1
- 7ba2b1c Fix:IndexError raised from method Array.find (#20)
1 parent 7ba2b1c commit f5b3b6d

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

README.rst

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

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

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.
102+
- 7ba2b1c Fix:IndexError raised from method Array.find (#20)
103+
108104

109105

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

docs/source/changelog.rst

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

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

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.
8+
- 7ba2b1c Fix:IndexError raised from method Array.find (#20)
9+
1410

1511
.. include:: history.rst
1612
:start-line: 4

docs/source/history.rst

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

5+
v0.7.0
6+
~~~~~~
7+
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.
14+
515
v0.6.1
616
~~~~~~
717

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.7.0"
3+
version = "0.7.1"
44
license = "MIT"
55
description = "A selector expression for extracting data from JSON."
66
authors = ["林玮 <linw1995@icloud.com>"]

0 commit comments

Comments
 (0)