Skip to content

v3.13.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 22:51
· 120 commits to master since this release
  • Fix pre-built binary versioning and make small improvements to GoReleaser config (a tool for packaging / releasing Go tools).
  • Fix an edge case in the sqlparser where the last up statement may be ignored if it's
    unterminated with a semicolon and followed by a -- +goose Down annotation.
  • Trim Logger interface to Printf and Fatalf methods only. Projects that have previously
    implemented the Logger interface should not be affected, and can remove unused methods.