Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@clevyr-goreleaser clevyr-goreleaser released this 24 Sep 05:38
40e3de9

Changelog

Fixes

  • f1ae7d4 fix(util): Change file extension check to be case-insensitive
  • 02d2fa4 fix: Fix --var not being completed multiple times
  • b0e5a75 fix: Only perform extension check when walking a directory
  • 777d6c5 fix: Output formatting edge-cases found during fuzz test
  • 7d83043 perf: Return early when reading from stdin

Others

  • 1f984fa chore(cmd): Clean up versioning with a functional argument
  • 43f208d chore(deps): update docker/dockerfile docker tag to v1.10 (#67)
  • 6ae20e5 chore(deps): update go to v1.23.1 (#65)
  • 9136bb2 chore(deps): update module github.com/masterminds/sprig/v3 to v3.3.0 (#66)
  • 340bb15 chore(goreleaser): Update deprecated field name_template to version_template
  • 3c6afe6 chore: Change usages of os.Stdin to cobra helper func
  • 1361baf chore: Clean up generation of source comments
  • 98ddad0 chore: Cleanup rename fallback logic
  • c98d08c chore: Continue processing files if one returns an error
  • 0d9eef1 chore: Don't log errors if a single file param is passed
  • 1d2a624 chore: Ensure temp file is always closed
  • a01896e chore: Include file paths and error text in copy fallback logic
  • 73f03c9 chore: Migrate logger from zerolog to slog
  • 3960864 chore: Print document separators between errors
  • 8a7fdef chore: Simplify installation of completions and man pages
  • 5f76006 chore: Split up run func
  • 40e3de9 chore: os.RemoveAll() -> os.Remove()