@@ -7,8 +7,23 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v3.19.1] - 2024-03-11
11
+
12
+ - Add [ duckdb] ( https://duckdb.org/ ) support
13
+ - Note, not ` windows ` support
14
+ - Fix selecting dialect for ` redshift `
15
+ - Add ` GOOSE_MIGRATION_DIR ` documentation
16
+ - Bump github.com/opencontainers/runc to ` v1.1.12 ` (security fix)
17
+ - Update CI tests for go1.22
18
+ - Make goose annotations case-insensitive
19
+ - All ` -- +goose ` annotations are now case-insensitive. This means that ` -- +goose Up ` and `--
20
+ +goose up` are now equivalent. This change was made to improve the user experience and to make the
21
+ annotations more consistent.
22
+
10
23
## [ v3.19.0] - 2024-03-11
11
24
25
+ - Use [ v3.19.1] instead. This was tagged but not released and does not contain release binaries.
26
+
12
27
- Add [ duckdb] ( https://duckdb.org/ ) support
13
28
- Fix selecting dialect for ` redshift `
14
29
- Add ` GOOSE_MIGRATION_DIR ` documentation
@@ -139,7 +154,8 @@ Here's a quick summary:
139
154
- Add new ` context.Context` - aware functions and methods, for both sql and go migrations.
140
155
- Return error when no migration files found or dir is not a directory.
141
156
142
- [Unreleased]: https:// github .com / pressly/ goose/ compare/ v3 .19 .0 ...HEAD
157
+ [Unreleased]: https:// github .com / pressly/ goose/ compare/ v3 .19 .1 ...HEAD
158
+ [v3 .19 .1 ]: https:// github .com / pressly/ goose/ compare/ v3 .19 .0 ...v3 .19 .1
143
159
[v3 .19 .0 ]: https:// github .com / pressly/ goose/ compare/ v3 .18 .0 ...v3 .19 .0
144
160
[v3 .18 .0 ]: https:// github .com / pressly/ goose/ compare/ v3 .17 .0 ...v3 .18 .0
145
161
[v3 .17 .0 ]: https:// github .com / pressly/ goose/ compare/ v3 .16 .0 ...v3 .17 .0
0 commit comments