Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Jun 29, 2023
1 parent 26295ee commit 4e04e08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/goreleaser.yml

This file was deleted.

6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@

- Update go.mod and retract all v3.12.X tags. They were accidentally pushed and contain a reference
to the wrong Go module.

## [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.13.0...HEAD
[v3.13.0]: https://github.com/pressly/goose/compare/v3.12.0...v3.13.0
[v3.12.0]: https://github.com/pressly/goose/compare/v3.11.2...v3.12.0
[v3.13.0]: https://github.com/pressly/goose/compare/v3.11.2...v3.13.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.13.0"
gooseVersion = "v3.14.0-dev"
)

func main() {
Expand Down

0 comments on commit 4e04e08

Please sign in to comment.