Skip to content

Releases: amberframework/micrate

v0.3.3

23 Jun 00:46
Compare
Choose a tag to compare
  • Fixes N timestamps collisions by using .map_with_index (see changes)

image

v0.3.2

22 Jun 23:58
Compare
Choose a tag to compare
  • Fixes critical bug related to version mismatch between filename timestamps and table micrate_db_version on database. (see changes)

rect3495

v0.3.1

13 May 15:05
Compare
Choose a tag to compare
  • Bugfix release to be v0.3.0 compatible.
  • Fix to group by index without missing versions with same timestamp.
  • Fixes our Travis CI failures.
  • Fixes definitively #32 #31 and amberframework/amber#775
  • Still requires to be published on master to create micrate version v0.4.0 (breaking changes)

v0.3.0

26 Dec 15:41
Compare
Choose a tag to compare

Use Crystal DB API. Adds support for MySQL and SQlite3 besides Postgres.

v0.2.2

07 Jul 14:36
Compare
Choose a tag to compare

Logging/output improvements

v0.2.1

01 Jul 14:16
Compare
Choose a tag to compare

Fixes in CLI exit codes.

v0.2.0

18 Jun 02:19
Compare
Choose a tag to compare

Micrate now checks if migrations were added out of order to the migrations directory and warns the user. (See #2)

v0.1.0

12 Jun 20:19
Compare
Choose a tag to compare
Added executable script for CLI usage