Skip to content

Commit 83ea1b2

Browse files
chore(release): 1.1.5 [skip ci]
## [1.1.5](1.1.4...1.1.5) (2026-03-17) ### Fixes * Python 3.8 AST compatibility and ruff formatting ([04199c5](04199c5)) * **security:** prevent RCE via eval() in filter expressions ([#21](#21), [#20](#20)) ([07e2c11](07e2c11))
1 parent 04199c5 commit 83ea1b2

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.5](https://github.com/sean2077/jsonpath-python/compare/1.1.4...1.1.5) (2026-03-17)
2+
3+
### Fixes
4+
5+
* Python 3.8 AST compatibility and ruff formatting ([04199c5](https://github.com/sean2077/jsonpath-python/commit/04199c5d72836ce4e404d5fc248ddef7d034224d))
6+
* **security:** prevent RCE via eval() in filter expressions ([#21](https://github.com/sean2077/jsonpath-python/issues/21), [#20](https://github.com/sean2077/jsonpath-python/issues/20)) ([07e2c11](https://github.com/sean2077/jsonpath-python/commit/07e2c113bd7d3f7ec600ebcfa2298a65a19d8d2a))
7+
18
## [1.1.4](https://github.com/sean2077/jsonpath-python/compare/1.1.3...1.1.4) (2025-11-25)
29

310
### Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jsonpath-python"
7-
version = "1.1.4"
7+
version = "1.1.5"
88
description = "A lightweight and powerful JSONPath implementation for Python"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)