Skip to content

Commit bfb3550

Browse files
committed
Release v3.24.0
1 parent 125950c commit bfb3550

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [v3.24.0]
11+
1012
- Add support for loading environment variables from `.env` files, enabled by default.
1113
- The default file name is `.env`, but can be changed with the `-env=<filename>` flag.
1214
- To disable this feature, set `-env=none`.
@@ -253,7 +255,8 @@ Here's a quick summary:
253255
- Add new `context.Context`-aware functions and methods, for both sql and go migrations.
254256
- Return error when no migration files found or dir is not a directory.
255257

256-
[Unreleased]: https://github.com/pressly/goose/compare/v3.23.1...HEAD
258+
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.0...HEAD
259+
[v3.24.0]: https://github.com/pressly/goose/compare/v3.23.1...v3.24.0
257260
[v3.23.1]: https://github.com/pressly/goose/compare/v3.23.0...v3.23.1
258261
[v3.23.0]: https://github.com/pressly/goose/compare/v3.22.1...v3.23.0
259262
[v3.22.1]: https://github.com/pressly/goose/compare/v3.22.0...v3.22.1

0 commit comments

Comments
 (0)