From 36b4fbb15b1a2e154e137d1005b25deccc02d488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 9 Apr 2023 22:01:59 +0100 Subject: [PATCH] CHANGELOG: fix the v0.5.0 issue links Already tagged, but oh well. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b47adb2..507229c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -140,7 +140,10 @@ Finally, this release adds the `-version` flag, to print the tool's own version. The flag will work for "master" builds too. [v0.5.0]: https://github.com/mvdan/gofumpt/releases/tag/v0.5.0 -[#212]: https://github.com/mvdan/gofumpt/issues/212 +[#235]: https://github.com/mvdan/gofumpt/issues/235 +[#253]: https://github.com/mvdan/gofumpt/issues/253 +[#256]: https://github.com/mvdan/gofumpt/issues/256 +[#260]: https://github.com/mvdan/gofumpt/issues/260 [v0.4.0]: https://github.com/mvdan/gofumpt/releases/tag/v0.4.0 [#212]: https://github.com/mvdan/gofumpt/issues/212