Skip to content

v0.2.0

Choose a tag to compare

@gabe565-goreleaser gabe565-goreleaser released this 25 Sep 05:59
· 136 commits to main since this release
4c27855

Changelog

Features

  • 730a72f feat(ifdata): Add ifdata subcommand
  • 0362e77 feat(parallel): Implement -l flag
  • 4734c79 feat(pee): Add all flags and improve early exit behavior
  • 0775e32 feat(ts): Add -i and -s flags

Fixes

  • 636f6d1 fix(errno): Fix some mips and zos errors being missed
  • 4c27855 fix(goreleaser): Fix reproducible builds
  • af40229 fix(ts): Add %.S and %.T format params
  • ebdee86 fix(ts): Add %s and %.s format params

Others

  • e7b7c35 chore(cmd): Rename subcommand files to cmd.go
  • 8673e6a chore(errno): Add command back to unsupported operating systems, but hide it and return an error
  • 6279d34 chore(mispipe): Exit if the second command fails to start
  • 1189fc2 chore(pee): Add flags --ignore-sigpipe and --ignore-write-errors
  • f886cf0 chore(ts): Change shell completion to use format shorthands
  • 26e5ebd chore(ts): Change time format parser from ncruses/strftime to lestrrat-go/strftime
  • 9c56811 chore(ts): Disable -m deprecation warning
  • dfdc5df chore: Simplify OS build tags
  • 613895b refactor(cmd): Add util.Must2 helper to clean up flag getters
  • 206566f refactor(errno): Create a separate package with errno logic