File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ v3.24.2]
11+
1012- Add ` TableExists ` table existence check for the mysql dialect (#895 )
1113- Upgrade ** minimum Go version to 1.22** (#909 )
14+ - Various dependency updates
1215
1316## [ v3.24.1]
1417
@@ -263,7 +266,8 @@ Here's a quick summary:
263266- Add new ` context.Context` - aware functions and methods, for both sql and go migrations.
264267- Return error when no migration files found or dir is not a directory.
265268
266- [Unreleased]: https:// github .com / pressly/ goose/ compare/ v3 .24 .1 ...HEAD
269+ [Unreleased]: https:// github .com / pressly/ goose/ compare/ v3 .24 .2 ...HEAD
270+ [v3 .24 .2 ]: https:// github .com / pressly/ goose/ compare/ v3 .24 .1 ...v3 .24 .2
267271[v3 .24 .1 ]: https:// github .com / pressly/ goose/ compare/ v3 .24 .0 ...v3 .24 .1
268272[v3 .24 .0 ]: https:// github .com / pressly/ goose/ compare/ v3 .23 .1 ...v3 .24 .0
269273[v3 .23 .1 ]: https:// github .com / pressly/ goose/ compare/ v3 .23 .0 ...v3 .23 .1
You can’t perform that action at this time.
0 commit comments