mirror of https://github.com/pressly/goose.git
chore: bump changelog
parent
63b735e1fe
commit
28642f80d5
|
@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v3.23.1]
|
||||
|
||||
- Store implementations can **optionally** implement the `TableExists` method to provide optimized
|
||||
table existence checks (#860)
|
||||
- Default postgres Store implementation updated to use `pg_tables` system catalog, more to follow
|
||||
|
@ -247,7 +249,8 @@ Here's a quick summary:
|
|||
- 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.23.0...HEAD
|
||||
[Unreleased]: https://github.com/pressly/goose/compare/v3.23.1...HEAD
|
||||
[v3.23.1]: https://github.com/pressly/goose/compare/v3.23.0...v3.23.1
|
||||
[v3.23.0]: https://github.com/pressly/goose/compare/v3.22.1...v3.23.0
|
||||
[v3.22.1]: https://github.com/pressly/goose/compare/v3.22.0...v3.22.1
|
||||
[v3.22.0]: https://github.com/pressly/goose/compare/v3.21.1...v3.22.0
|
||||
|
|
Loading…
Reference in New Issue