Skip to content

Commit e84aca7

Browse files
committed
New:Bump to v0.7.2
- 5741909 New:Add a new context variable "parent" - dde3703 New:Add a helper function 'temporary_set' - 3336e86 New:Be able to get parent node while searching - 901354f Fix:Slice nested exprs find erorr - c0e82d6 Fix:Slice.find apply on list only
1 parent 57f20d9 commit e84aca7

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,14 @@ The output of the above commands.
9696
Changelog
9797
<<<<<<<<<
9898

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

102-
- 7ba2b1c Fix:IndexError raised from method Array.find (#20)
102+
- 5741909 New:Add a new context variable "parent"
103+
- dde3703 New:Add a helper function 'temporary_set'
104+
- 3336e86 New:Be able to get parent node while searching
105+
- 901354f Fix:Slice nested exprs find erorr
106+
- c0e82d6 Fix:Slice.find apply on list only
103107

104108

105109

docs/source/changelog.rst

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

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

8-
- 7ba2b1c Fix:IndexError raised from method Array.find (#20)
8+
- 5741909 New:Add a new context variable "parent"
9+
- dde3703 New:Add a helper function 'temporary_set'
10+
- 3336e86 New:Be able to get parent node while searching
11+
- 901354f Fix:Slice nested exprs find erorr
12+
- c0e82d6 Fix:Slice.find apply on list only
913

1014

1115
.. include:: history.rst

docs/source/history.rst

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

5+
v0.7.1
6+
~~~~~~
7+
8+
- 7ba2b1c Fix:IndexError raised from method Array.find (#20)
9+
510
v0.7.0
611
~~~~~~
712

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

0 commit comments

Comments
 (0)