v2.0.1
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.