Skip to content

Commit c25223a

Browse files
committed
New:Bump to v0.4.0
- 9f8f039 New:Add Command-line interface support
1 parent 9f8f039 commit c25223a

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ The output of the above commands.
9696
Changelog
9797
<<<<<<<<<
9898

99-
v0.3.0
99+
v0.4.0
100100
~~~~~~
101101

102-
- 98e6718 New:Add Predicate class
102+
- 9f8f039 New:Add Command-line interface support
103103

104104

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

docs/source/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Changelog
33
=========
44

5-
v0.3.0
5+
v0.4.0
66
~~~~~~
77

8-
- 98e6718 New:Add Predicate class
8+
- 9f8f039 New:Add Command-line interface support
99

1010
.. include:: history.rst
1111
:start-line: 4

docs/source/history.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
v0.3.0
6+
~~~~~~
7+
8+
- 98e6718 New:Add Predicate class
9+
510
v0.2.0
611
~~~~~~
712

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jsonpath-extractor"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
license = "MIT"
55
description = "A selector expression for extracting data from JSON."
66
authors = ["林玮 <[email protected]>"]

0 commit comments

Comments
 (0)