What's Changed
* Ignore mypy errors for migrations by AlexandrovRoman in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/81. This feature is hidden behind the `add_type_ignore` flag. To enable it you can call new set_configuration function.
python
alembic_postgresql_enum.set_configuration(
alembic_postgresql_enum.Config(
add_type_ignore=True,
)
)
**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v.1.3.0...v1.4.0
v.1.3.0
What's Changed
* Fix error when adding column that uses existing changing enum by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/77
**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v1.2.0...v.1.3.0