Skip to content

v0.5.0

Compare
Choose a tag to compare
@gabe565-goreleaser gabe565-goreleaser released this 11 Sep 08:00
· 31 commits to main since this release
69d3c5a

Changelog

Features

  • 843d784 feat(config): Add wordlist descriptions to shell completion
  • f40f6e0 feat(docker): Add Docker image
  • 7c91e31 feat: Add django profile
  • 30751dd feat: Add randFromStr template function

Fixes

  • 1bac36d fix(wordlist): Fix runtime error if {{ wordsWithNum 0 }} is called
  • 711ae5c perf(config): Slight profile marshal optimization

Others

  • 13c577e chore(config): Continue and log warning if config fails to be written
  • 69d3c5a chore(config): Include template errors in profile shell completion
  • a1c957e chore(deps): update go to v1.23.1 (#26)
  • 3e48570 chore(deps): update module github.com/dave/jennifer to v1.7.1 (#29)
  • aea8190 chore(deps): update module github.com/masterminds/sprig/v3 to v3.3.0 (#28)
  • f02d02f chore(deps): update module github.com/pelletier/go-toml/v2 to v2.2.3 (#27)
  • dc1e3f7 chore(golangci-lint): exportloopref -> copyloopvar
  • 60d2208 chore(goreleaser): Update deprecated field name_template to version_template
  • d131ed7 chore(profiles): Add SetMarkdown() helper func
  • 53c0716 chore(rand): Improve error output of cryptoSource.Uint64()
  • ab7ad14 chore(wordlist): Log wordlist info during generation
  • f94afc8 chore: Rename package template to funcmap
  • 80f3d1c refactor(config): Move flag and completion registration into config package
  • f21d948 refactor(wordlist): Add wordlist meta type