Skip to content

Commit e6ebea0

Browse files
committed
chore: prepare release
1 parent 23f63fd commit e6ebea0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

99
<!-- START --->
1010

11+
### v2.7.0
12+
13+
1. Bug fixes
14+
* fix: clone args used by `custom` command
15+
2. Linters new features or changes
16+
* `no-sprintf-host-port`: from 0.2.0 to 0.3.1 (ignore string literals without a colon)
17+
* `unqueryvet`: from 1.2.1 to 1.3.0 (handles `const` and `var` declarations)
18+
* `revive`: from 1.12.0 to 1.13.0 (new option: `enable-default-rules`, new rules: `forbidden-call-in-wg-go`, `unnecessary-if`, `inefficient-map-lookup`)
19+
* `modernize`: from 0.38.0 to 0.39.0 (new analyzers: `plusbuild`, `stringscut`)
20+
3. Linters bug fixes
21+
* `perfsprint`: from 0.10.0 to 0.10.1
22+
* `wrapcheck`: from 2.11.0 to 2.12.0
23+
* `godoc-lint`: from 0.10.1 to 0.10.2
24+
4. Misc.
25+
* Add some flags to the `custom` command
26+
5. Documentation
27+
* docs: split changelog v1 and v2
28+
1129
### v2.6.2
1230

1331
_Released on 2025-11-14_

0 commit comments

Comments
 (0)