Skip to content

Commit

Permalink
New:Bump to v0.7.1
Browse files Browse the repository at this point in the history
- 7ba2b1c Fix:IndexError raised from method Array.find (#20)
  • Loading branch information
linw1995 committed Sep 16, 2020
1 parent 7ba2b1c commit f5b3b6d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
10 changes: 3 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,11 @@ The output of the above commands.
Changelog
<<<<<<<<<

v0.7.0
v0.7.1
~~~~~~

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



.. |license| image:: https://img.shields.io/github/license/linw1995/jsonpath.svg
Expand Down
10 changes: 3 additions & 7 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
Changelog
=========

v0.7.0
v0.7.1
~~~~~~

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


.. include:: history.rst
:start-line: 4
10 changes: 10 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
History
=======

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.

v0.6.1
~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jsonpath-extractor"
version = "0.7.0"
version = "0.7.1"
license = "MIT"
description = "A selector expression for extracting data from JSON."
authors = ["林玮 <[email protected]>"]
Expand Down

0 comments on commit f5b3b6d

Please sign in to comment.