Skip to content

Commit 1620ad9

Browse files
committed
New:Bump to v0.2.0
- Chg:Use lark-parser to replace sly - New:Create docs by sphinx - New,Dev:Watch related files, build and serve Sphinx documentation automatically. - New,Dev:Test with doctest by pytest - New:Add .readthedocs.yaml for docs deployment
1 parent 5fb747f commit 1620ad9

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

README.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,15 @@ Or use the `jsonpath.core <https://jsonpath.readthedocs.io/en/latest/api_core.ht
6969
Changelog
7070
<<<<<<<<<
7171

72-
v0.2.0-alpha.2
73-
~~~~~~~~~~~~~~
74-
75-
- 2440951 Fix:Cannot release into PyPI
72+
v0.2.0
73+
~~~~~~
74+
75+
- Chg:Use lark-parser to replace sly
76+
- New:Create docs by sphinx
77+
- New,Dev:Watch related files,
78+
build and serve Sphinx documentation automatically.
79+
- New,Dev:Test with doctest by pytest
80+
- New:Add .readthedocs.yaml for docs deployment
7681

7782

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

docs/source/changelog.rst

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

5-
v0.2.0-alpha.2
6-
~~~~~~~~~~~~~~
5+
v0.2.0
6+
~~~~~~
77

8-
- 2440951 Fix:Cannot release into PyPI
8+
- Chg:Use lark-parser to replace sly
9+
- New:Create docs by sphinx
10+
- New,Dev:Watch related files,
11+
build and serve Sphinx documentation automatically.
12+
- New,Dev:Test with doctest by pytest
13+
- New:Add .readthedocs.yaml for docs deployment
914

1015
.. include:: history.rst
1116
:start-line: 4

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.2.0-alpha.2
6+
~~~~~~~~~~~~~~
7+
8+
- 2440951 Fix:Cannot release into PyPI
9+
510
v0.2.0-alpha.1
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.2.0-alpha.2"
3+
version = "0.2.0"
44
license = "MIT"
55
description = "A selector expression for extracting data from JSON."
66
authors = ["林玮 <[email protected]>"]

0 commit comments

Comments
 (0)