We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9854907 commit 2ff46ebCopy full SHA for 2ff46eb
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Python JSONPath Change Log
2
3
+## Version 0.7.1
4
+
5
+**Fixes**
6
7
+- Fixed a bug with the filter context selector (default `_`) when it's used as a filter function argument.
8
9
## Version 0.7.0
10
11
**Breaking changes**
jsonpath/__about__.py
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present James Prior <[email protected]>
#
# SPDX-License-Identifier: MIT
-__version__ = "0.7.0"
+__version__ = "0.7.1"
0 commit comments