File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ 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.1] — Unreleased
11+
12+
13+ ### 📔 Notes
14+
15+ * Upgraded to ` golangci-lint ` v2.3.1.
16+ * Fixed test name scoping issues with testify objects.
17+
18+ [ v0.10.1 ] : https://github.com/theory/jsonpath/compare/v0.10.0...v0.10.1
19+
1020## [ v0.10.0] — 2025-07-11
1121
1222### ⚡ Improvements
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ brew-lint-depends:
3838
3939.PHONY : debian-lint-depends # Install linting tools on Debian
4040debian-lint-depends :
41- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v2.2.2
41+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v2.3.1
4242
4343.PHONY : install-generators # Install Go code generators
4444install-generators :
You can’t perform that action at this time.
0 commit comments