Skip to content

Releases: golang-migrate/migrate

v3.1.0

21 Jan 08:11
Compare
Choose a tag to compare

First release after the fork!

Changes:

  • Test improvements
    • Unit tests all pass
    • TravisCi builds report coverage to coveralls
    • Unit tests run faster
  • Support creating migrations with sequential (strictly monotonically increasing) names
  • Binaries built using Go 1.9
  • Dropped sqlite3 support since it was never working to begin with.