Skip to content

Commit 636d7a7

Browse files
committed
add release notes for v0.6.0
1 parent 37e0463 commit 636d7a7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v0.6.0] - 2024-01-28
4+
5+
This release is based on Go 1.21's gofmt, and requires Go 1.20 or later.
6+
7+
The following changes are included:
8+
9+
* Support `go` version strings from newer go.mod files - [#280]
10+
* Consider simple error checks even if they use the `=` operator - [#271]
11+
* Ignore `//line` directives to avoid panics - [#288]
12+
313
## [v0.5.0] - 2023-04-09
414

515
This release is based on Go 1.20's gofmt, and requires Go 1.19 or later.
@@ -139,6 +149,11 @@ those building programs with gofumpt.
139149
Finally, this release adds the `-version` flag, to print the tool's own version.
140150
The flag will work for "master" builds too.
141151

152+
[v0.6.0]: https://github.com/mvdan/gofumpt/releases/tag/v0.6.0
153+
[#271]: https://github.com/mvdan/gofumpt/issues/271
154+
[#280]: https://github.com/mvdan/gofumpt/issues/280
155+
[#288]: https://github.com/mvdan/gofumpt/issues/288
156+
142157
[v0.5.0]: https://github.com/mvdan/gofumpt/releases/tag/v0.5.0
143158
[#235]: https://github.com/mvdan/gofumpt/issues/235
144159
[#253]: https://github.com/mvdan/gofumpt/issues/253

0 commit comments

Comments
 (0)