Skip to content

Commit

Permalink
Release v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Jun 29, 2023
1 parent f476dd7 commit aedfab0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## [Unreleased]

- No changes yet.

## [v3.12.0] - 2023-06-29

- Fix `up` and `up -allowing-missing` behavior.
- Fix empty version in log output.
- 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.11.2...HEAD
[Unreleased]: https://github.com/pressly/goose/compare/v3.12.0...HEAD
[v3.12.0]: https://github.com/bufbuild/buf/compare/v3.11.2...v3.12.0
2 changes: 1 addition & 1 deletion cmd/goose/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
noColor = flags.Bool("no-color", false, "disable color output (NO_COLOR env variable supported)")
)
var (
gooseVersion = "v3.12.0-dev"
gooseVersion = "v3.12.0"
)

func main() {
Expand Down

0 comments on commit aedfab0

Please sign in to comment.