v3.13.4
github-actions
released this
07 Jul 22:51
·
154 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 toPrintf
andFatalf
methods only. Projects that have previously
implemented theLogger
interface should not be affected, and can remove unused methods.