Skip to content

Commit da5f2bf

Browse files
committed
Release v3.14.0
1 parent 9c73699 commit da5f2bf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [v3.14.0] - 2023-07-26
11+
1012
- Filter registered Go migrations from the global map with corresponding .go files from the
1113
filesystem.
12-
- To code previously assumed all .go migrations would be in the same folder, so this should not be
13-
a breaking change.
14+
- The code previously assumed all .go migrations would be in the same folder, so this should not
15+
be a breaking change.
1416
- See #553 for more details
1517
- Improve output log message for applied up migrations. #562
1618
- Fix an issue where `AddMigrationNoTxContext` was registering the wrong source because it skipped
1719
too many frames. #572
20+
- Improve binary version output when using go install.
1821

1922
## [v3.13.4] - 2023-07-07
2023

@@ -38,7 +41,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3841
- Add new `context.Context`-aware functions and methods, for both sql and go migrations.
3942
- Return error when no migration files found or dir is not a directory.
4043

41-
[Unreleased]: https://github.com/pressly/goose/compare/v3.13.4...HEAD
44+
[Unreleased]: https://github.com/pressly/goose/compare/v3.14.0...HEAD
45+
[v3.14.0]: https://github.com/pressly/goose/compare/v3.13.4...v3.14.0
4246
[v3.13.4]: https://github.com/pressly/goose/compare/v3.13.1...v3.13.4
4347
[v3.13.1]: https://github.com/pressly/goose/compare/v3.13.0...v3.13.1
4448
[v3.13.0]: https://github.com/pressly/goose/releases/tag/v3.13.0

0 commit comments

Comments
 (0)