Skip to content

Commit ba9bdf9

Browse files
committed
write changelog for v0.2.1
1 parent 83c82b7 commit ba9bdf9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## [0.2.0] - 2021-11-10
413

514
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:
3645
This bugfix release backports fixes for a few issues:
3746

3847
* Keep leading empty lines in func bodies if they help readability
39-
4048
* Avoid breaking comment alignment on empty field lists
41-
4249
* Add support for `//go-sumtype:` directives
4350

4451
## [0.1.0] - 2021-01-05
@@ -62,6 +69,7 @@ those building programs with gofumpt.
6269
Finally, this release adds the `-version` flag, to print the tool's own version.
6370
The flag will work for "master" builds too.
6471

72+
[0.2.1]: https://github.com/mvdan/gofumpt/releases/tag/v0.2.1
6573
[0.2.0]: https://github.com/mvdan/gofumpt/releases/tag/v0.2.0
6674
[0.1.1]: https://github.com/mvdan/gofumpt/releases/tag/v0.1.1
6775
[0.1.0]: https://github.com/mvdan/gofumpt/releases/tag/v0.1.0

0 commit comments

Comments
 (0)