- 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.