Changelog¶
0.2.1 (2026-05-18)¶
Bug Fixes¶
- add search pattern for version.py in release-please config (#16) (adc75eb)
- naming: add uq prefixes/suffixes to allowed_index_* when uq convention is defined (#18) (633e680)
0.2.0 (2026-05-16)¶
Features¶
- add allowed_fk_prefixes support to MigrationNamingMixin (#3) (a69abe8), closes #2
- add naming validation for CHECK, UNIQUE, and PK constraints (#6) (2bf30a7), closes #4
- auto-derive naming rules from MetaData.naming_convention (#7) (b673665)
Documentation¶
0.1.0 (2026-05-09)¶
Features¶
- initial release of alembic-gauntlet (26d494c)
Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.