Skip to content

v1.3.0

Choose a tag to compare

@andreynering andreynering released this 24 Apr 13:52
· 2349 commits to main since this release

Changelog

v1.3.0

  • Migrate from os/exec.Cmd to a native Go sh/bash interpreter
    • This is a potentially breaking change if you use Windows.
    • Now, cmd is not used anymore on Windows. Always use Bash-like syntax for your commands, even on Windows.
  • Add "ToSlash" and "FromSlash" to template functions
  • Use functions defined on github.com/Masterminds/sprig
  • Do not redirect stdin while running variables commands
  • Using context and errgroup packages (this will make other tasks to be cancelled, if one returned an error)

Automated with @goreleaser
Built with go version go1.7.1 linux/amd64