Skip to content

Commit b8ad189

Browse files
committed
bump: v0.9.0
1 parent 9b2887b commit b8ad189

File tree

3 files changed

+41
-62
lines changed

3 files changed

+41
-62
lines changed

README.rst

+2-31
Original file line numberDiff line numberDiff line change
@@ -96,42 +96,13 @@ The output of the above commands.
9696
Changelog
9797
<<<<<<<<<
9898

99-
v0.8.0
99+
v0.9.0
100100
~~~~~~
101101

102-
Features
103-
********
104-
105-
- 69ff6cb_ add iter_find and find_first methods
106-
- be22151_ better JSONPath object representations
107-
108-
Refactor
109-
********
110-
111-
- 9d9d78f_ raise AttributeError by object.__getattribute__
112-
- 4191b8c_ not registers base class "Expr" for chaining invocations
113-
114102
Build
115103
*****
116104

117-
- cc6ab56_ 2040721_ upgrade lark-parser package to latest
118-
- fb7e902_ fit with latest PDM
119-
- 10ea6d3_ excludes .mypy_cache for local build
120-
121-
Fix
122-
***
123-
124-
- 1dccec1_ fix: right way to generate standalone parser
125-
126-
.. _69ff6cb: https://github.com/linw1995/jsonpath/commit/69ff6cb47a08d3f957224adb163970454b6a1c87
127-
.. _be22151: https://github.com/linw1995/jsonpath/commit/be221513bd8a1821e8007eb1c2d4f10aa6d3f987
128-
.. _9d9d78f: https://github.com/linw1995/jsonpath/commit/9d9d78fd60b7b284c446c06e7102d05decd24c2b
129-
.. _4191b8c: https://github.com/linw1995/jsonpath/commit/4191b8c745871733e58e97be11cdbcd845870484
130-
.. _cc6ab56: https://github.com/linw1995/jsonpath/commit/cc6ab56
131-
.. _2040721: https://github.com/linw1995/jsonpath/commit/2040721
132-
.. _1dccec1: https://github.com/linw1995/jsonpath/commit/1dccec1
133-
.. _fb7e902: https://github.com/linw1995/jsonpath/commit/fb7e902
134-
.. _10ea6d3: https://github.com/linw1995/jsonpath/commit/10ea6d3
105+
- Remove support for Python 3.7
135106

136107

137108
Contributing

docs/source/changelog.rst

+2-31
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,13 @@
22
Changelog
33
=========
44

5-
v0.8.0
5+
v0.9.0
66
~~~~~~
77

8-
Features
9-
********
10-
11-
- 69ff6cb_ add iter_find and find_first methods
12-
- be22151_ better JSONPath object representations
13-
14-
Refactor
15-
********
16-
17-
- 9d9d78f_ raise AttributeError by object.__getattribute__
18-
- 4191b8c_ not registers base class "Expr" for chaining invocations
19-
208
Build
219
*****
2210

23-
- cc6ab56_ 2040721_ upgrade lark-parser package to latest
24-
- fb7e902_ fit with latest PDM
25-
- 10ea6d3_ excludes .mypy_cache for local build
26-
27-
Fix
28-
***
29-
30-
- 1dccec1_ fix: right way to generate standalone parser
31-
32-
.. _69ff6cb: https://github.com/linw1995/jsonpath/commit/69ff6cb47a08d3f957224adb163970454b6a1c87
33-
.. _be22151: https://github.com/linw1995/jsonpath/commit/be221513bd8a1821e8007eb1c2d4f10aa6d3f987
34-
.. _9d9d78f: https://github.com/linw1995/jsonpath/commit/9d9d78fd60b7b284c446c06e7102d05decd24c2b
35-
.. _4191b8c: https://github.com/linw1995/jsonpath/commit/4191b8c745871733e58e97be11cdbcd845870484
36-
.. _cc6ab56: https://github.com/linw1995/jsonpath/commit/cc6ab56
37-
.. _2040721: https://github.com/linw1995/jsonpath/commit/2040721
38-
.. _1dccec1: https://github.com/linw1995/jsonpath/commit/1dccec1
39-
.. _fb7e902: https://github.com/linw1995/jsonpath/commit/fb7e902
40-
.. _10ea6d3: https://github.com/linw1995/jsonpath/commit/10ea6d3
11+
- Remove support for Python 3.7
4112

4213
.. include:: history.rst
4314
:start-line: 4

docs/source/history.rst

+37
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
History
33
=======
44

5+
v0.8.0
6+
~~~~~~
7+
8+
Features
9+
********
10+
11+
- 69ff6cb_ add iter_find and find_first methods
12+
- be22151_ better JSONPath object representations
13+
14+
Refactor
15+
********
16+
17+
- 9d9d78f_ raise AttributeError by object.__getattribute__
18+
- 4191b8c_ not registers base class "Expr" for chaining invocations
19+
20+
Build
21+
*****
22+
23+
- cc6ab56_ 2040721_ upgrade lark-parser package to latest
24+
- fb7e902_ fit with latest PDM
25+
- 10ea6d3_ excludes .mypy_cache for local build
26+
27+
Fix
28+
***
29+
30+
- 1dccec1_ fix: right way to generate standalone parser
31+
32+
.. _69ff6cb: https://github.com/linw1995/jsonpath/commit/69ff6cb47a08d3f957224adb163970454b6a1c87
33+
.. _be22151: https://github.com/linw1995/jsonpath/commit/be221513bd8a1821e8007eb1c2d4f10aa6d3f987
34+
.. _9d9d78f: https://github.com/linw1995/jsonpath/commit/9d9d78fd60b7b284c446c06e7102d05decd24c2b
35+
.. _4191b8c: https://github.com/linw1995/jsonpath/commit/4191b8c745871733e58e97be11cdbcd845870484
36+
.. _cc6ab56: https://github.com/linw1995/jsonpath/commit/cc6ab56
37+
.. _2040721: https://github.com/linw1995/jsonpath/commit/2040721
38+
.. _1dccec1: https://github.com/linw1995/jsonpath/commit/1dccec1
39+
.. _fb7e902: https://github.com/linw1995/jsonpath/commit/fb7e902
40+
.. _10ea6d3: https://github.com/linw1995/jsonpath/commit/10ea6d3
41+
542
v0.7.3
643
~~~~~~
744

0 commit comments

Comments
 (0)