Skip to content

Commit e8927ce

Browse files
committed
chore: prepare release
1 parent 3d349cf commit e8927ce

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ If you value it, consider supporting us, we appreciate it! ❤️
77
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
88
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci)
99

10+
### v2.0.1
11+
12+
1. Linters/formatters bug fixes
13+
* `golines`: fix settings during linter load
14+
2. Misc.
15+
* Validates the `version` field before the configuration
16+
* `forbidigo`: fix migration
17+
1018
### v2.0.0
1119

1220
1. Enhancements
13-
* 🌟 New `golangci-lint fmt` command with dedicated formatter configuration (https://golangci-lint.run/welcome/quick-start/#formatting)
21+
* 🌟 New `golangci-lint fmt` command with dedicated [formatter configuration](https://golangci-lint.run/welcome/quick-start/#formatting)
1422
* ♻️ New `golangci-lint migrate` command to help migration from v1 to v2 (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#command-migrate))
1523
* ⚠️ New default values (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/))
1624
* ⚠️ No exclusions by default (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#issuesexclude-use-default))

docs/src/docs/usage/configuration.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The configuration file can be validated with the JSON Schema: https://golangci-l
4242

4343
{ .ConfigurationExample }
4444

45-
### Configuration Version
45+
### `version` configuration
4646

4747
```yaml
4848
# Defines the configuration version.

0 commit comments

Comments
 (0)