Skip to content

Latest commit

 

History

History
109 lines (59 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

109 lines (59 loc) · 4.04 KB

v3.1.0 (2024-10-17)

Chore

  • ci: set up Github Actions for CI (#37)
  • deps: update deps because of vulnerabilities (#36)
  • update: update go and golangci-lint (#35)

Features

  • options: allow customizing the names of the migration tables (#38)
  • status: Add status command (#29)

v3.0.0 (2020-10-26)

Chore

  • directory: don't unnecessarily pass in directory (#25)

Features

  • go-pg: update from go-pg v9 to v10 (#27)

v2.1.0 (2020-05-26)

Bug Fixes

  • db: remove need of db connection for create and help (#23)

v2.0.1 (2019-11-20)

Bug Fixes

  • create: update migration template to refer to /v2 (#18)

v2.0.0 (2019-10-26)

Features

  • modules: Add go.mod for Go modules (#16)

v1.0.1 (2019-10-26)

Bug Fixes

  • lock: Changed migrations.go to use the use_zero flag (#15)

v1.0.0 (2019-08-05)

Features

  • files: updated timestamp in filename to be UTC (#13)

v0.1.2 (2018-12-22)

Code Refactoring

  • migrate: acquire lock in a single statement (#12)

v0.1.1 (2018-08-23)

Bug Fixes

  • setup: Use *pg.DB.CreateTable for a consistent interface (#10)

Documentation

  • coveralls: Send coverage info to Coveralls (#8)

Features

  • errors: Add migration name for migrate/rollback errors (#11)

v0.1.0 (2018-08-18)

Documentation

  • changelog: Add chglog support (#7)
  • help: Add help command and flesh out README.md (#6)
  • readme: Add a README.md base

Features

  • base: Add base for migrations package (#1)
  • create: Add create command (#2)
  • migrate: Add migrate command (#4)
  • rollback: Add rollback command (#5)
  • setup: Add migration tables and functions to set them up (#3)