- Remove usage of ParamSpec as not available in 3.9
0.0.4
Bug fixes
- Clean up error handling and transaction usage in cli.
0.0.3
Bug fixes
- Expose bad migration information on failed apply/rollback.
0.0.2
Bug fixes
- Fix issue with migrations loading non migration files in migration
0.0.1
Features and Improvements
- Support async migration support for asyncpg. - Support migration from existing yoyo migrations. - Support marking existing migrations as applied. - Support pyproject.toml configuration.