From bfb35504f3dd6680b991145d438bd5583c763e53 Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Thu, 19 Dec 2024 10:44:11 -0500 Subject: [PATCH] Release v3.24.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d715e9354..aab29c1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v3.24.0] + - Add support for loading environment variables from `.env` files, enabled by default. - The default file name is `.env`, but can be changed with the `-env=` flag. - To disable this feature, set `-env=none`. @@ -253,7 +255,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.1...HEAD +[Unreleased]: https://github.com/pressly/goose/compare/v3.24.0...HEAD +[v3.24.0]: https://github.com/pressly/goose/compare/v3.23.1...v3.24.0 [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