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
7
7
[ Semantic Versioning ] : https://semver.org/spec/v2.0.0.html
8
8
"Semantic Versioning 2.0.0"
9
9
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
+
10
20
## [ v0.10.0] — 2025-07-11
11
21
12
22
### ⚡ Improvements
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ brew-lint-depends:
38
38
39
39
.PHONY : debian-lint-depends # Install linting tools on Debian
40
40
debian-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
42
42
43
43
.PHONY : install-generators # Install Go code generators
44
44
install-generators :
You can’t perform that action at this time.
0 commit comments