diff --git a/README.rst b/README.rst index f651083..de1ef72 100644 --- a/README.rst +++ b/README.rst @@ -106,6 +106,11 @@ v0.6.0 - 4d8dcd5 Chg:Better way to use codegen module - f85bd48 Chg:Raises AssertionError when the operator is not supported +v0.6.1 +~~~~~~ + +- c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file + .. |license| image:: https://img.shields.io/github/license/linw1995/jsonpath.svg :target: https://github.com/linw1995/jsonpath/blob/master/LICENSE diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 499b8e9..c87aaba 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -12,5 +12,10 @@ v0.6.0 - 4d8dcd5 Chg:Better way to use codegen module - f85bd48 Chg:Raises AssertionError when the operator is not supported +v0.6.1 +~~~~~~ + +- c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file + .. include:: history.rst :start-line: 4 diff --git a/pyproject.toml b/pyproject.toml index 6a33821..7368513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jsonpath-extractor" -version = "0.6.0" +version = "0.6.1" license = "MIT" description = "A selector expression for extracting data from JSON." authors = ["林玮 "]