Skip to content

v2.0.1

Choose a tag to compare

@aschmahmann aschmahmann released this 01 Apr 03:38
· 96 commits to master since this release
6c9f7fc

This release moves all of the individual migrations into their own binaries with their own go.mod packages and versioning.

This makes it much easier to develop new migrations without worrying as much about dependency conflicts between different versions of packages needed by different migrations.

Additionally, the fs-repo-migrations binary is now very lightweight as it instead pulls down the individual migration binaries needed on demand.