Skip to content

Commit b37b7b8

Browse files
committed
Updage change log
1 parent 57818bd commit b37b7b8

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 RFC 9535 Change Log
22

3+
## Version 0.1.5 (unreleased)
4+
5+
**Fixes**
6+
7+
- Fixed "unbalanced parentheses" errors for queries that do have balanced brackets. See [#13](https://github.com/jg-rp/python-jsonpath-rfc9535/issues/13).
8+
39
## Version 0.1.4
410

511
**Fixes**

jsonpath_rfc9535/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

0 commit comments

Comments
 (0)