Skip to content

Releases: ChengaDev/runx

v0.1.0

28 Apr 23:13

Choose a tag to compare

Changelog

  • aa84423 Initial commit
  • 41365f1 chore(deps): bump actions/checkout from 4 to 6 (#1)
  • 6d932ef chore(deps): bump actions/setup-go from 5 to 6 (#2)
  • b779537 chore(deps): bump golangci/golangci-lint-action from 6 to 9 (#4)
  • 31cc693 chore(deps): bump goreleaser/goreleaser-action from 6 to 7 (#3)
  • 7a47f1f feat: add custom domain CNAME for runx.chengazit.com
  • e000945 feat: add marketing landing page
  • c6d6844 feat: directory picker in wizard, relative path support, and runx here command
  • 2edac51 fix: correct import grouping and use CommandContext for noctx
  • 9e9dda4 fix: correct import grouping in remove.go and run.go
  • 0b182ef fix: explicitly pass HOMEBREW_TAP_GITHUB_TOKEN to GoReleaser
  • e727874 fix: move exclusions under linters for golangci-lint v2
  • ac18728 fix: nest exclusions under issues for golangci-lint v2
  • 20647d2 fix: put homebrew formula at tap root to match repo structure
  • ca38563 fix: remove gosimple linter (merged into staticcheck in v2)
  • 68fa816 fix: update golangci-lint config to v2 format
  • 3da762f fix: use exclusions.rules for golangci-lint v2