Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.67 KB

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)