Skip to content

v0.7.0

Compare
Choose a tag to compare
@clevyr-goreleaser clevyr-goreleaser released this 02 Aug 08:14
· 25 commits to main since this release
02964f4

Changelog

Features

  • 02964f4 feat(config): Add --no-source-comment flag
  • 464d25a feat: Include source path comment if not updating files in-place

Fixes

  • 650f9a1 fix: Decrease the number of times a document separator is printed
  • 79235dc fix: Include source path comment if multiple args are given
  • 5264cb6 perf(cmd): Preallocate template buffer if possible

Others

  • 628b76e chore(cmd): Return an empty string on error
  • 64b07bc chore(config): Add deprecation Godocs
  • ec9b299 chore(config): Group deprecated flags
  • fe5ef36 chore(flag): Tweak --var error message
  • 87644c4 chore: Remove flag completions for deprecated flags
  • b7d3f78 chore: Simplify code since filepath.WalkDir() can work on files too