From 8bdf173f36955b23f231ea6480f561f373298322 Mon Sep 17 00:00:00 2001 From: Michael Fridman Date: Fri, 7 Jul 2023 18:12:25 -0400 Subject: [PATCH] Release v3.13.2 (#560) --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e3ef7..9eb62ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v3.13.2] - 2023-07-07 + - Fix pre-built binary versioning and make small improvements to GoReleaser config. - Fix an edge case in the `sqlparser` where the last up statement may be ignored if it's - unterminated and followed by a `-- +goose Down` annotation. + 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. ## [v3.13.1] - 2023-07-03 @@ -25,6 +29,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Add new `context.Context`-aware functions and methods, for both sql and go migrations. - Return error when no migration files found or dir is not a directory. -[Unreleased]: https://github.com/pressly/goose/compare/v3.13.1...HEAD +[Unreleased]: https://github.com/pressly/goose/compare/v3.13.2...HEAD +[v3.13.2]: https://github.com/pressly/goose/compare/v3.13.1...v3.13.2 [v3.13.1]: https://github.com/pressly/goose/compare/v3.13.0...v3.13.1 [v3.13.0]: https://github.com/pressly/goose/releases/tag/v3.13.0