Skip to content

Commit 45e806f

Browse files
committed
add release notes for v0.7.0
1 parent 1e52eb3 commit 45e806f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: CHANGELOG.md

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

3+
## [v0.7.0] - 2024-08-16
4+
5+
This release is based on Go 1.23.0's gofmt, and requires Go 1.22 or later.
6+
7+
The following changes are included:
8+
9+
* Group `internal/...` imported packages as standard library - #307
10+
311
## [v0.6.0] - 2024-01-28
412

513
This release is based on Go 1.21's gofmt, and requires Go 1.20 or later.
@@ -149,6 +157,8 @@ those building programs with gofumpt.
149157
Finally, this release adds the `-version` flag, to print the tool's own version.
150158
The flag will work for "master" builds too.
151159

160+
[v0.7.0]: https://github.com/mvdan/gofumpt/releases/tag/v0.7.0
161+
152162
[v0.6.0]: https://github.com/mvdan/gofumpt/releases/tag/v0.6.0
153163
[#271]: https://github.com/mvdan/gofumpt/issues/271
154164
[#280]: https://github.com/mvdan/gofumpt/issues/280

0 commit comments

Comments
 (0)