mirror of https://github.com/pressly/goose.git
parent
9ba828de25
commit
8bdf173f36
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue