diff --git a/CHANGELOG.md b/CHANGELOG.md index cfaac0b8..93a08ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci). There is the most valuable changes log: +### v1.45.0 + +1. updated linters: + * `cobra`: from 1.3.0 to 1.4.0 + * `containedctx`: from 1.0.1 to 1.0.2 + * `errcheck`: add an option to remove default exclusions + * `gci`: from 0.3.1 to 0.3.2 + * `go-header`: from 0.4.2 to 0.4.3 + * `gofumpt`: add module-path setting + * `gofumpt`: from 0.2.1 to 0.3.0 + * `gopsutil`: from 3.22.1 to 3.22.2 + * `gosec`: from 2.9.6 to 2.10.0 + * `makezero`: from 1.1.0 to 1.1.1 + * `revive`: fix default values + * `wrapcheck`: from 2.4.0 to 2.5.0 +2. documentation: + * docs: add "back to the top" button + * docs: add `forbidigo` example that uses comments + * docs: improve linters page +3. misc: + * go1.18 support 🎉 + * Add an option to manage the targeted version of Go + * Default to YAML when config file has no extension + ### v1.44.2 1. updated linters: diff --git a/README.md b/README.md index 1f337e89..a76188bf 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ The Core Team has the following responsibilities:
Denis Isaev |
+ Ludovic Fernandez |
Aleksandr Razumov |
Ludovic Fernandez |
Sergey Vilgelm |
Tam Mach |
Trevor Pounds |
Simon Sawert |
Looong Dai |
Oleg Butuzov |
+ Sascha Grunert |
||||||
Sascha Grunert |
@iwankgb |
Andrew Shannon Brown |
Ryan Currah |
Pierre Durand |
Denis Tingaikin |
Sebastien Rosset |
+ Alexey Palazhchenko |
||||||
Alexey Palazhchenko |
+ Kamil Samigullin |
Duco van Amstel |
- Nishanth Shanmugham |
+ Nishanth Shanmugham |
Kensei Nakada |
David Lobe |
sivchari |
@@ -91,8 +92,8 @@ The Core Team has the following responsibilities:
||||||
Denis Krivak |
- Kamil Samigullin |
Iskander (Alex) Sharipov |
+ Steve Coffman |
Matouš Dzivjak |
Alec Thomas |
@golangci-releaser |
@@ -103,109 +104,109 @@ The Core Team has the following responsibilities:
Michael Mulligan |
Nuruddin Ashr |
Anton Telyshev |
- Steve Coffman |
Joe Wilner |
Soichiro Kashima |
+ Mitsuo Heijo |