v3.1.0 (2024-10-17)
- ci: set up Github Actions for CI (#37)
- deps: update deps because of vulnerabilities (#36)
- update: update go and golangci-lint (#35)
v3.0.0 (2020-10-26)
- directory: don't unnecessarily pass in directory (#25)
- go-pg: update from go-pg v9 to v10 (#27)
v2.1.0 (2020-05-26)
- db: remove need of db connection for create and help (#23)
v2.0.1 (2019-11-20)
- create: update migration template to refer to /v2 (#18)
v2.0.0 (2019-10-26)
- modules: Add go.mod for Go modules (#16)
v1.0.1 (2019-10-26)
- lock: Changed migrations.go to use the use_zero flag (#15)
v1.0.0 (2019-08-05)
- files: updated timestamp in filename to be UTC (#13)
v0.1.2 (2018-12-22)
- migrate: acquire lock in a single statement (#12)
v0.1.1 (2018-08-23)
- setup: Use
*pg.DB.CreateTable
for a consistent interface (#10)
- coveralls: Send coverage info to Coveralls (#8)
- errors: Add migration name for migrate/rollback errors (#11)