Skip to content

Commit 9940f62

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](1.1.2...1.1.3) (2025-11-25) ### Performance Improvements * use isidentifier() instead of regex in _build_path ([3054ca4](3054ca4))
1 parent a29df1a commit 9940f62

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.3](https://github.com/sean2077/jsonpath-python/compare/1.1.2...1.1.3) (2025-11-25)
2+
3+
### Performance Improvements
4+
5+
* use isidentifier() instead of regex in _build_path ([3054ca4](https://github.com/sean2077/jsonpath-python/commit/3054ca4e700be031c2d68afcdeed0de6ddc34aad))
6+
17
## [1.1.2](https://github.com/sean2077/jsonpath-python/compare/1.1.1...1.1.2) (2025-11-25)
28

39
### Performance Improvements

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.2"
7+
version = "1.1.3"
88
description = "A more powerful JSONPath implementation in modern 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)