v0.0.5
Added afterAllMigrations action, useful for dumping the schema after migrations complete:
"afterAllMigrations": [{ "command": "pg_dump --schema-only --no-owner --exclude-schema=graphile_migrate --exclude-schema=graphile_worker --file=data/schema.sql \"$GM_DBURL\"" }]
Updated the README.
Changed the envvars available to "action" commands (see README).
Updated a number of dependencies.
(v0.0.4 was never released)