Skip to content

v0.4.0

Compare
Choose a tag to compare
@gabe565-goreleaser gabe565-goreleaser released this 25 Jun 09:51
· 64 commits to main since this release
6d57db1

Changelog

Breaking Changes

  • a3e6b31 chore(wordlist)!: Return an error when an unknown name is given

Features

  • c218c7b feat(config): Add Laravel app key profile

Fixes

  • 0fc758e fix(cmd): Fix completion example showing param when default is 0
  • 412706e fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.9 (#19)
  • 9a2505b fix(deps): update module github.com/pelletier/go-toml/v2 to v2.2.2 (#18)
  • 9c1a720 perf(rand): Replace Sprig rand functions with faster implementation

Others

  • 40aaa85 chore(cmd): Change --wordlist description to use consts
  • b2c2548 chore(config): Add flag name consts
  • ae1c415 chore(config): Tweak flag loader to not require all names to be in mapping
  • ae1d4da chore(deps): update go to v1.22.3 (#21)
  • 3f120fe chore(deps): update go to v1.22.4 (#22)
  • 92b7330 chore(deps): update golangci/golangci-lint-action action to v6
  • 13fc3fd chore(deps): update goreleaser/goreleaser-action action to v6 (#23)
  • 2926e12 chore(deps): update module github.com/spf13/cobra to v1.8.1 (#24)
  • c72b67d chore(goreleaser): Add "Breaking Changes" section
  • 6d57db1 chore(rand): Change var to private
  • c283a44 chore(wordlist): Add timeout to generator
  • b908b28 chore(wordlist): Change wordlists from global vars to funcs
  • 84d6f3d chore(wordlist): Fix generator error handling
  • 0cc9748 lint(rand): Fix gosec warning