Skip to content

Releases: joshdk/modfmt

v0.4.0 Release

19 Sep 01:44
Immutable release. Only release title and notes can be modified.
v0.4.0
adedf8e

Choose a tag to compare

What's Changed

  • fix: drop replace directive in favor of using a workspace by @joshdk in #20
  • chore: duplicate license file into sub-module by @joshdk in #21
  • chore: upgrade dependencies by @joshdk in #22
  • ci: use environment for release workflow by @joshdk in #23

Full Changelog: v0.3.2...v0.4.0

v0.3.2 Release

06 Sep 00:53
Immutable release. Only release title and notes can be modified.
v0.3.2
12db062

Choose a tag to compare

What's Changed

  • feat: use go v1.25.0 for main module by @joshdk in #17
  • feat: update ordering and sorting of tool and retract directives by @joshdk in #18
  • docs: section detailing directive ordering by @joshdk in #19

Full Changelog: v0.1.0...v0.3.2

v0.1.0 Release

04 Sep 02:55
f775e5a

Choose a tag to compare

What's Changed

  • feat: license and readme by @joshdk in #1
  • feat: simple command line handler by @joshdk in #2
  • ci: run golangci-lint and commitlint in github actions by @joshdk in #3
  • ci: run goreleaser in github actions by @joshdk in #4
  • chore: embed build version information by @joshdk in #5
  • feat: discover local go.mod and go.work files by @joshdk in #6
  • feat: formatter sub package by @joshdk in #7
  • ci: lint and test all modules by @joshdk in #8
  • feat: cli print names of unformatted files by @joshdk in #9
  • feat: flag to exit with an error if any files were unformatted by @joshdk in #10
  • feat: flag to list and update unformatted files by @joshdk in #11
  • docs: embed examples into help text by @joshdk in #12
  • feat: improve sorting of each directive type by @joshdk in #13
  • docs: installation and usage documentation by @joshdk in #14
  • ci: github actions release workflow by @joshdk in #15
  • ci: fix release workflow permissions by @joshdk in #16

New Contributors

  • @joshdk made their first contribution in #1

Full Changelog: v0.0.0...v0.1.0