Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 605 Bytes

CHANGES.md

File metadata and controls

31 lines (18 loc) · 605 Bytes

0.3.2 - 2022-11-15

  • Various bug fixes (#12, #14, @maiste)

0.3.1 - 2022-10-26

  • Support driver listing (#8, @maiste)
  • Simplify migration to version 0.3 (#10, @maiste)

0.3.0 - 2022-10-11

  • Support partial migrations (#4, @maiste)
  • New Sqlite3 driver (#3, @maiste)
  • Support optional auth with psql driver (#2, @maiste)

0.2.0 - 2022-04-14

  • Support cmdliner.1.1.0 (#2, @tmattio)
  • Compatibility with golang-migrate migrations (#2, @tmattio)

0.1.1 - 2021-11-02

Fixed

  • Use 1-indexed month number in migration names (#1, @punchagan)

0.1.0 - 2020-05-24

Added

  • Initial release