- Improve error handling
- use errors.Wrap() and propagate error context, ie. print SQL statement that caused the rollback
- add missing error checks
- remove log.Fatal() calls from the goose pkg - everything returns error and can be used as import library
- Add --version flag to print current version of the binary
- Add -v flag for "verbose" mode - for debugging purposes
- Don't create goose_db_table on
goose status