Skip to content

Commit

Permalink
Bump to version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Oct 11, 2024
1 parent 1b83307 commit dcda7ed
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.7.0 / 2024-10-11
===================
* Allow raw numeric values to be used as keys
* Add `wherenot`
* Added EZRegex pattern for the split extension regex
* Added negative and * indecies and quotes to `Split` parameters
* Typo: duplicate line removed.
* Added `path` extension that exposes datum's path from the jsonpath expression itself.
* Remove Python 3.7 support
* Only construct the parse table once
* updated test for `jsonpath.py` changes
* fix for Updating a json object fails if the value of a key is boolean #73
* Add Codespaces configuration
* Add `.editorconfig`
* Fix a GitHub workflow schema issue

1.6.1 / 2024-01-11
===================
* Bump actions/setup-python from 4 to 5
Expand Down
2 changes: 1 addition & 1 deletion jsonpath_ng/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


# Current package version
__version__ = '1.6.1'
__version__ = '1.7.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name='jsonpath-ng',
version='1.6.1',
version='1.7.0',
description=(
'A final implementation of JSONPath for Python that aims to be '
'standard compliant, including arithmetic and binary comparison '
Expand Down

0 comments on commit dcda7ed

Please sign in to comment.