Skip to content

Commit

Permalink
New:Bump to v0.2.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
linw1995 committed Mar 29, 2020
1 parent 5fb747f commit 1620ad9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,15 @@ Or use the `jsonpath.core <https://jsonpath.readthedocs.io/en/latest/api_core.ht
Changelog
<<<<<<<<<

v0.2.0-alpha.2
~~~~~~~~~~~~~~

- 2440951 Fix:Cannot release into PyPI
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


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

v0.2.0-alpha.2
~~~~~~~~~~~~~~
v0.2.0
~~~~~~

- 2440951 Fix:Cannot release into PyPI
- 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

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

v0.2.0-alpha.2
~~~~~~~~~~~~~~

- 2440951 Fix:Cannot release into PyPI

v0.2.0-alpha.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.2.0-alpha.2"
version = "0.2.0"
license = "MIT"
description = "A selector expression for extracting data from JSON."
authors = ["林玮 <[email protected]>"]
Expand Down

0 comments on commit 1620ad9

Please sign in to comment.