Skip to content

Commit 03c547c

Browse files
chore(release): 1.1.6 [skip ci]
## [1.1.6](1.1.5...1.1.6) (2026-05-07) ### Fixes * **security:** prevent regex filter injection ([4973594](4973594))
1 parent 4973594 commit 03c547c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.6](https://github.com/sean2077/jsonpath-python/compare/1.1.5...1.1.6) (2026-05-07)
2+
3+
### Fixes
4+
5+
* **security:** prevent regex filter injection ([4973594](https://github.com/sean2077/jsonpath-python/commit/4973594da98844157d78791b6e0cdc51e42a8698))
6+
17
## [1.1.5](https://github.com/sean2077/jsonpath-python/compare/1.1.4...1.1.5) (2026-03-17)
28

39
### 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.5"
7+
version = "1.1.6"
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)