File tree 2 files changed +36
-6
lines changed
2 files changed +36
-6
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ The output of the above commands.
96
96
Changelog
97
97
<<<<<<<<<
98
98
99
- Unreleased
100
- ~~~~~~~~~~
99
+ v0.8.0
100
+ ~~~~~~
101
101
102
102
Features
103
103
********
@@ -111,12 +111,27 @@ Refactor
111
111
- 9d9d78f _ raise AttributeError by object.__getattribute__
112
112
- 4191b8c _ not registers base class "Expr" for chaining invocations
113
113
114
+ Build
115
+ *****
116
+
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
114
125
115
126
.. _69ff6cb : https://github.com/linw1995/jsonpath/commit/69ff6cb47a08d3f957224adb163970454b6a1c87
116
127
.. _be22151 : https://github.com/linw1995/jsonpath/commit/be221513bd8a1821e8007eb1c2d4f10aa6d3f987
117
128
.. _9d9d78f : https://github.com/linw1995/jsonpath/commit/9d9d78fd60b7b284c446c06e7102d05decd24c2b
118
129
.. _4191b8c : https://github.com/linw1995/jsonpath/commit/4191b8c745871733e58e97be11cdbcd845870484
119
-
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
120
135
121
136
122
137
Contributing
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- Unreleased
6
- ~~~~~~~~~~
5
+ v0.8.0
6
+ ~~~~~~
7
7
8
8
Features
9
9
********
@@ -17,12 +17,27 @@ Refactor
17
17
- 9d9d78f _ raise AttributeError by object.__getattribute__
18
18
- 4191b8c _ not registers base class "Expr" for chaining invocations
19
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
20
31
21
32
.. _69ff6cb : https://github.com/linw1995/jsonpath/commit/69ff6cb47a08d3f957224adb163970454b6a1c87
22
33
.. _be22151 : https://github.com/linw1995/jsonpath/commit/be221513bd8a1821e8007eb1c2d4f10aa6d3f987
23
34
.. _9d9d78f : https://github.com/linw1995/jsonpath/commit/9d9d78fd60b7b284c446c06e7102d05decd24c2b
24
35
.. _4191b8c : https://github.com/linw1995/jsonpath/commit/4191b8c745871733e58e97be11cdbcd845870484
25
-
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
26
41
27
42
.. include :: history.rst
28
43
:start-line: 4
You can’t perform that action at this time.
0 commit comments