Skip to content

Commit 43d0339

Browse files
committed
chore: prepare release
1 parent 78dedd3 commit 43d0339

File tree

4 files changed

+4924
-5
lines changed

4 files changed

+4924
-5
lines changed

CHANGELOG.md

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

99
<!-- START --->
1010

11+
### v2.4.0
12+
13+
1. Enhancements
14+
* 🎉 go1.25 support
15+
2. Linters new features or changes
16+
* `exhaustruct`: from v3.3.1 to 4.0.0 (new options: `allow-empty`, `allow-empty-rx`, `allow-empty-returns`, `allow-empty-declarations`)
17+
3. Linters bug fixes
18+
* `godox`: trim filepath from report messages
19+
* `staticcheck`: allow empty options
20+
* `tagalign`: from 1.4.2 to 1.4.3
21+
4. Documentation
22+
* 🌟 New website (with a search engine)
23+
1124
### v2.3.1
1225

1326
1. Linters bug fixes

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ Documentation is hosted at https://golangci-lint.run.
2929

3030
## Support Us
3131

32-
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
33-
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci)
34-
[![Linter Authors](https://img.shields.io/badge/Linter_Authors-Donate-blue?style=for-the-badge)](https://golangci-lint.run/docs/product/thanks/)
35-
3632
`golangci-lint` is a free and open-source project built by volunteers.
3733

3834
If you value it, consider supporting us, we appreciate it! :heart:
3935

36+
[![Golangci-lint](https://img.shields.io/badge/Support-golangci_lint-blue?style=for-the-badge)](https://donate.golangci.org)
37+
[![Linter Authors](https://img.shields.io/badge/Support-Linter_Authors-blue?style=for-the-badge)](https://golangci-lint.run/docs/product/thanks/)
38+
4039
## Badges
4140

4241
![Build Status](https://github.com/golangci/golangci-lint/workflows/CI/badge.svg)

0 commit comments

Comments
 (0)