File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
## [ v0.5.0] - 2023-04-09
4
14
5
15
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.
139
149
Finally, this release adds the ` -version ` flag, to print the tool's own version.
140
150
The flag will work for "master" builds too.
141
151
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
+
142
157
[ v0.5.0 ] : https://github.com/mvdan/gofumpt/releases/tag/v0.5.0
143
158
[ #235 ] : https://github.com/mvdan/gofumpt/issues/235
144
159
[ #253 ] : https://github.com/mvdan/gofumpt/issues/253
You can’t perform that action at this time.
0 commit comments