Skip to content

Commit 2ff46eb

Browse files
committed
prepare for release of version 0.7.1 [skip ci]
1 parent 9854907 commit 2ff46eb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Python JSONPath Change Log
22

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+
39
## Version 0.7.0
410

511
**Breaking changes**

jsonpath/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2023-present James Prior <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.7.0"
4+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)