• v0.8.2 94c5ddeaba

    Inject state dicts by name (prev/state), rename MigrationResult to MigrationReport.

    LeoVasanko released this 2026-08-27 14:50:34 +00:00 | 11 commits to main since this release

    State dict injection now works by parameter name (prev/state, annotation
    not checked) with DictPrev/DictState tags taking precedence; DictPre/DictPost
    remain as aliases. MigrationResult is renamed to MigrationReport with fields
    original/version/applied; the old type alias and a deprecated .migrations
    property remain. Old symbols stay covered by the original tests; new-style
    tests import from the kanta root. Includes some unrelated ruff formatting.

    Downloads