diff --git a/README.rst b/README.rst index 63e2204..f651083 100644 --- a/README.rst +++ b/README.rst @@ -96,17 +96,15 @@ The output of the above commands. Changelog <<<<<<<<< -v0.5.1 +v0.6.0 ~~~~~~ -- 5d30a84 Fix,Dev,CI:Release stage error - -v0.5.0 -~~~~~~ - -- 2971509 New:Add --ensure-ascii argument. (closes #9) -- 1c6f602 New:Be able to use stand-alone parser. -- c78505e Chg:Only release built distribution, wheel. (See #11) +- 3fa0e29 Chg:Remove redundant code +- 8e33efd Fix:Typo +- d3552ac Fix:Release bad sdist. (closes #11) +- e8eab43 New:Create CODE_OF_CONDUCT.md +- 4d8dcd5 Chg:Better way to use codegen module +- f85bd48 Chg:Raises AssertionError when the operator is not supported .. |license| image:: https://img.shields.io/github/license/linw1995/jsonpath.svg diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 21af6df..499b8e9 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,17 +2,15 @@ Changelog ========= -v0.5.1 +v0.6.0 ~~~~~~ -- 5d30a84 Fix,Dev,CI:Release stage error - -v0.5.0 -~~~~~~ - -- 2971509 New:Add --ensure-ascii argument. (closes #9) -- 1c6f602 New:Be able to use stand-alone parser. -- c78505e Chg:Only release built distribution, wheel. (See #11) +- 3fa0e29 Chg:Remove redundant code +- 8e33efd Fix:Typo +- d3552ac Fix:Release bad sdist. (closes #11) +- e8eab43 New:Create CODE_OF_CONDUCT.md +- 4d8dcd5 Chg:Better way to use codegen module +- f85bd48 Chg:Raises AssertionError when the operator is not supported .. include:: history.rst :start-line: 4 diff --git a/docs/source/history.rst b/docs/source/history.rst index 99c0501..43d62b9 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,18 @@ History ======= +v0.5.1 +~~~~~~ + +- 5d30a84 Fix,Dev,CI:Release stage error + +v0.5.0 +~~~~~~ + +- 2971509 New:Add --ensure-ascii argument. (closes #9) +- 1c6f602 New:Be able to use stand-alone parser. +- c78505e Chg:Only release built distribution, wheel. (See #11) + v0.4.0 ~~~~~~ diff --git a/pyproject.toml b/pyproject.toml index 404a9f0..91cd472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jsonpath-extractor" -version = "0.5.1" +version = "0.6.0" license = "MIT" description = "A selector expression for extracting data from JSON." authors = ["林玮 "]