File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v3.18.0] - 2024-01-31
11
+
10
12
- Add environment variable substitution for SQL migrations. (#604 )
11
13
12
14
- This feature is ** disabled by default** , and can be enabled by adding an annotation to the
@@ -27,6 +29,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
27
29
SELECT * FROM regions WHERE name = '${REGION}';
28
30
` ` `
29
31
32
+ - Add native [Turso](https:// turso .tech / ) support with libsql driver. (# 658)
33
+
30
34
- Fixed query for list migrations in YDB (# 684)
31
35
32
36
# # [v3.17.0] - 2023-12-15
@@ -123,7 +127,8 @@ Here's a quick summary:
123
127
- Add new ` context.Context` - aware functions and methods, for both sql and go migrations.
124
128
- Return error when no migration files found or dir is not a directory.
125
129
126
- [Unreleased]: https:// github .com / pressly/ goose/ compare/ v3 .17 .0 ...HEAD
130
+ [Unreleased]: https:// github .com / pressly/ goose/ compare/ v3 .18 .0 ...HEAD
131
+ [v3 .18 .0 ]: https:// github .com / pressly/ goose/ compare/ v3 .17 .0 ...v3 .18 .0
127
132
[v3 .17 .0 ]: https:// github .com / pressly/ goose/ compare/ v3 .16 .0 ...v3 .17 .0
128
133
[v3 .16 .0 ]: https:// github .com / pressly/ goose/ compare/ v3 .15 .1 ...v3 .16 .0
129
134
[v3 .15 .1 ]: https:// github .com / pressly/ goose/ compare/ v3 .15 .0 ...v3 .15 .1
Original file line number Diff line number Diff line change 9
9
)
10
10
11
11
// Deprecated: VERSION will no longer be supported in the next major release.
12
- const VERSION = "v3.17 .0"
12
+ const VERSION = "v3.18 .0"
13
13
14
14
var (
15
15
minVersion = int64 (0 )
You can’t perform that action at this time.
0 commit comments