From 093a6b05521d8f5174adf3697be8d97db9f633ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE=20=28Jade=20Lin=29?= Date: Tue, 17 Aug 2021 23:21:15 +0800 Subject: [PATCH] bump: v0.8.0 --- README.rst | 21 ++++++++++++++++++--- docs/source/changelog.rst | 21 ++++++++++++++++++--- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 35493be..edbd1c4 100644 --- a/README.rst +++ b/README.rst @@ -96,8 +96,8 @@ The output of the above commands. Changelog <<<<<<<<< -Unreleased -~~~~~~~~~~ +v0.8.0 +~~~~~~ Features ******** @@ -111,12 +111,27 @@ Refactor - 9d9d78f_ raise AttributeError by object.__getattribute__ - 4191b8c_ not registers base class "Expr" for chaining invocations +Build +***** + +- cc6ab56_ 2040721_ upgrade lark-parser package to latest +- fb7e902_ fit with latest PDM +- 10ea6d3_ excludes .mypy_cache for local build + +Fix +*** + +- 1dccec1_ fix: right way to generate standalone parser .. _69ff6cb: https://github.com/linw1995/jsonpath/commit/69ff6cb47a08d3f957224adb163970454b6a1c87 .. _be22151: https://github.com/linw1995/jsonpath/commit/be221513bd8a1821e8007eb1c2d4f10aa6d3f987 .. _9d9d78f: https://github.com/linw1995/jsonpath/commit/9d9d78fd60b7b284c446c06e7102d05decd24c2b .. _4191b8c: https://github.com/linw1995/jsonpath/commit/4191b8c745871733e58e97be11cdbcd845870484 - +.. _cc6ab56: https://github.com/linw1995/jsonpath/commit/cc6ab56 +.. _2040721: https://github.com/linw1995/jsonpath/commit/2040721 +.. _1dccec1: https://github.com/linw1995/jsonpath/commit/1dccec1 +.. _fb7e902: https://github.com/linw1995/jsonpath/commit/fb7e902 +.. _10ea6d3: https://github.com/linw1995/jsonpath/commit/10ea6d3 Contributing diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 1fafced..d1d86d4 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,8 +2,8 @@ Changelog ========= -Unreleased -~~~~~~~~~~ +v0.8.0 +~~~~~~ Features ******** @@ -17,12 +17,27 @@ Refactor - 9d9d78f_ raise AttributeError by object.__getattribute__ - 4191b8c_ not registers base class "Expr" for chaining invocations +Build +***** + +- cc6ab56_ 2040721_ upgrade lark-parser package to latest +- fb7e902_ fit with latest PDM +- 10ea6d3_ excludes .mypy_cache for local build + +Fix +*** + +- 1dccec1_ fix: right way to generate standalone parser .. _69ff6cb: https://github.com/linw1995/jsonpath/commit/69ff6cb47a08d3f957224adb163970454b6a1c87 .. _be22151: https://github.com/linw1995/jsonpath/commit/be221513bd8a1821e8007eb1c2d4f10aa6d3f987 .. _9d9d78f: https://github.com/linw1995/jsonpath/commit/9d9d78fd60b7b284c446c06e7102d05decd24c2b .. _4191b8c: https://github.com/linw1995/jsonpath/commit/4191b8c745871733e58e97be11cdbcd845870484 - +.. _cc6ab56: https://github.com/linw1995/jsonpath/commit/cc6ab56 +.. _2040721: https://github.com/linw1995/jsonpath/commit/2040721 +.. _1dccec1: https://github.com/linw1995/jsonpath/commit/1dccec1 +.. _fb7e902: https://github.com/linw1995/jsonpath/commit/fb7e902 +.. _10ea6d3: https://github.com/linw1995/jsonpath/commit/10ea6d3 .. include:: history.rst :start-line: 4