File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.1] - 2021-12-12
4
+
5
+ This bugfix release resolves a number of issues:
6
+
7
+ * Add deprecated flags ` -s ` and ` -r ` once again, now giving useful errors
8
+ * Avoid a panic with certain function declaration styles
9
+ * Don't group interface members of different kinds
10
+ * Account for leading comments in composite literals
11
+
3
12
## [ 0.2.0] - 2021-11-10
4
13
5
14
This is gofumpt's second major release, based on Go 1.17's gofmt.
@@ -36,9 +45,7 @@ Finally, the following changes are made to the gofumpt tool:
36
45
This bugfix release backports fixes for a few issues:
37
46
38
47
* Keep leading empty lines in func bodies if they help readability
39
-
40
48
* Avoid breaking comment alignment on empty field lists
41
-
42
49
* Add support for ` //go-sumtype: ` directives
43
50
44
51
## [ 0.1.0] - 2021-01-05
@@ -62,6 +69,7 @@ those building programs with gofumpt.
62
69
Finally, this release adds the ` -version ` flag, to print the tool's own version.
63
70
The flag will work for "master" builds too.
64
71
72
+ [ 0.2.1 ] : https://github.com/mvdan/gofumpt/releases/tag/v0.2.1
65
73
[ 0.2.0 ] : https://github.com/mvdan/gofumpt/releases/tag/v0.2.0
66
74
[ 0.1.1 ] : https://github.com/mvdan/gofumpt/releases/tag/v0.1.1
67
75
[ 0.1.0 ] : https://github.com/mvdan/gofumpt/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments