Skip to content

Commit d80c353

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](1.1.1...1.1.2) (2025-11-25) ### Performance Improvements * pre-compile regex and refactor code structure ([70b0103](70b0103))
1 parent 70b0103 commit d80c353

File tree

3 files changed

+541
-535
lines changed

3 files changed

+541
-535
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.2](https://github.com/sean2077/jsonpath-python/compare/1.1.1...1.1.2) (2025-11-25)
2+
3+
### Performance Improvements
4+
5+
* pre-compile regex and refactor code structure ([70b0103](https://github.com/sean2077/jsonpath-python/commit/70b0103c2c261a7a26c75c6c05f9ac008e65eec2))
6+
17
## [1.1.1](https://github.com/sean2077/jsonpath-python/compare/1.1.0...1.1.1) (2025-11-23)
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.1"
7+
version = "1.1.2"
88
description = "A more powerful JSONPath implementation in modern python"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)