mirror of
https://github.com/pressly/goose.git
synced 2025-05-20 14:30:45 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
bb71755afa
commit
c6cc2e2bc6
@ -7,6 +7,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v3.24.3]
|
||||||
|
|
||||||
|
- Add `GOOSE_TABLE` environment variable -- lower priority than `-table` flag, but higher than the
|
||||||
|
default table name. (#932)
|
||||||
|
- Dependency updates
|
||||||
|
|
||||||
## [v3.24.2]
|
## [v3.24.2]
|
||||||
|
|
||||||
- Add `TableExists` table existence check for the mysql dialect (#895)
|
- Add `TableExists` table existence check for the mysql dialect (#895)
|
||||||
@ -266,7 +272,8 @@ Here's a quick summary:
|
|||||||
- Add new `context.Context`-aware functions and methods, for both sql and go migrations.
|
- 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.
|
- Return error when no migration files found or dir is not a directory.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.2...HEAD
|
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.3...HEAD
|
||||||
|
[v3.24.3]: https://github.com/pressly/goose/compare/v3.24.2...v3.24.3
|
||||||
[v3.24.2]: https://github.com/pressly/goose/compare/v3.24.1...v3.24.2
|
[v3.24.2]: https://github.com/pressly/goose/compare/v3.24.1...v3.24.2
|
||||||
[v3.24.1]: https://github.com/pressly/goose/compare/v3.24.0...v3.24.1
|
[v3.24.1]: https://github.com/pressly/goose/compare/v3.24.0...v3.24.1
|
||||||
[v3.24.0]: https://github.com/pressly/goose/compare/v3.23.1...v3.24.0
|
[v3.24.0]: https://github.com/pressly/goose/compare/v3.23.1...v3.24.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user