File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ The output of the above commands.
96
96
Changelog
97
97
<<<<<<<<<
98
98
99
- v0.3 .0
99
+ v0.4 .0
100
100
~~~~~~
101
101
102
- - 98e6718 New:Add Predicate class
102
+ - 9f8f039 New:Add Command-line interface support
103
103
104
104
105
105
.. |license | image :: https://img.shields.io/github/license/linw1995/jsonpath.svg
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- v0.3 .0
5
+ v0.4 .0
6
6
~~~~~~
7
7
8
- - 98e6718 New:Add Predicate class
8
+ - 9f8f039 New:Add Command-line interface support
9
9
10
10
.. include :: history.rst
11
11
:start-line: 4
Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
+ v0.3.0
6
+ ~~~~~~
7
+
8
+ - 98e6718 New:Add Predicate class
9
+
5
10
v0.2.0
6
11
~~~~~~
7
12
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " jsonpath-extractor"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
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