Skip to content

Commit a739adf

Browse files
committed
Increent to v0.11.0 and prep release
1 parent ff9eb06 commit a739adf

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,26 @@ All notable changes to this project will be documented in this file. It uses the
77
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
88
"Semantic Versioning 2.0.0"
99

10-
## [v0.10.3]Unreleased
10+
## [v0.11.0]2026-03-02
1111

12+
### ⚡ Improvements
13+
14+
* Added some explicit slice size declarations to improve performance.
15+
16+
### ⬆️ Dependency Updates
17+
18+
* Upgraded to `golangci-lint` v2.10.1
19+
* Added test coverage for Go v1.25 and v1.26
20+
* Pulled the latest `jsonpath-compliance-test-suite` and
21+
`regression_suite.yaml`
22+
23+
### 📔 Notes
24+
25+
* Removed unused constant from `parser/lex.go`
26+
* Removed an unnecessary integer conversions reported as overflow risks by
27+
golangci-lint.
1228

13-
[v0.10.3]: https://github.com/theory/jsonpath/compare/v0.10.2...v0.10.3
29+
[v0.10.3]: https://github.com/theory/jsonpath/compare/v0.10.2...v0.11.0
1430

1531
## [v0.10.2] — 2025-10-14
1632

0 commit comments

Comments
 (0)