Skip to content

Commit ff63786

Browse files
committed
chore: prepare release
1 parent 96b640c commit ff63786

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,39 @@ If you value it, consider supporting us, we appreciate it!
88

99
<!-- START --->
1010

11+
### v2.5.0
12+
13+
1. New linters
14+
* Add `godoclint` linter https://github.com/godoc-lint/godoc-lint
15+
* Add `unqueryvet` linter https://github.com/MirrexOne/unqueryvet
16+
* Add `iotamixing` linter https://github.com/AdminBenni/iota-mixing
17+
2. Linters new features or changes
18+
* `embeddedstructfieldcheck`: from 0.3.0 to 0.4.0 (new option: `empty-line`)
19+
* `err113`: from aea10b59be24 to 0.1.1 (skip internals of `Is` methods for `error` type)
20+
* `ginkgolinter`: from 0.20.0 to 0.21.0 (new option: `force-tonot`)
21+
* `gofumpt`: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity)
22+
* `ineffassign`: from 0.1.0 to 0.2.0 (new option: `check-escaping-errors`)
23+
* `musttag`: from 0.13.1 to 0.14.0 (support interface methods)
24+
* `revive`: from 1.11.0 to 1.12.0 (new options: `identical-ifelseif-branches`, `identical-ifelseif-conditions`, `identical-switch-branches`, `identical-switch-conditions`, `package-directory-mismatch`, `unsecure-url-scheme`, `use-waitgroup-go`, `useless-fallthrough`)
25+
* `thelper`: from 0.6.3 to 0.7.1 (skip `t.Helper` in functions passed to `synctest.Test`)
26+
* `wsl`: from 5.1.1 to 5.2.0 (improvements related to subexpressions)
27+
3. Linters bug fixes
28+
* `asciicheck`: from 0.4.1 to 0.5.0
29+
* `errname`: from 1.1.0 to 1.1.1
30+
* `fatcontext`: from 0.8.0 to 0.8.1
31+
* `go-printf-func-name`: from 0.1.0 to 0.1.1
32+
* `godot`: from 1.5.1 to 1.5.4
33+
* `gosec`: from 2.22.7 to 2.22.8
34+
* `nilerr`: from 0.1.1 to a temporary fork
35+
* `nilnil`: from 1.1.0 to 1.1.1
36+
* `protogetter`: from 0.3.15 to 0.3.16
37+
* `tagliatelle`: from 0.7.1 to 0.7.2
38+
* `testifylint`: from 1.6.1 to 1.6.4
39+
4. Misc.
40+
* fix: "no export data" errors are now handled as a standard typecheck error
41+
5. Documentation
42+
* Improve nolint section about syntax
43+
1144
### v2.4.0
1245

1346
1. Enhancements

0 commit comments

Comments
 (0)