Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 04:21
· 30 commits to main since this release
v0.11.0
fdb5cc9

Summary

  • developer facing changes like refactoring internal APIs or updating/cleaning up CI and tests
  • bumped up a few dependencies due to security alerts (a0eba69, c4a7d75, 3845bce)
  • automate multi-platform binary building with goreleaser (fdb5cc9)

Commits

  • fdb5cc9 build: Add goreleaser
  • a0eba69 chore: Upgrade golang.org/x/crypto
  • c4a7d75 chore: Update golang.org/x/crypto
  • 8931530 ci: Cleanup; drop tests for mysql v5.7, v8
  • 4ed71d1 Update codecov conf, add simple tests for internal/cmd
  • ac48d69 ci: Clean up some more things
  • f4a5a64 test: Cleanup test helpers, and tempdir things
  • 02deaf9 refactor: Make MakeFilename return a Filename
  • 7849996 fix: parse weird filenames into migrations
  • 96fd978 ci: Update versions of actions/checkout, actions/setup-go
  • 1f4375d ci: Upgrade codecov action, use secret
  • 3845bce build(deps): bump golang.org/x/crypto from 0.6.0 to 0.17.0