- Introduce `bypass_fsm_freeze` and remove the use of `updated_fields` - Introduce `FROZEN_STATE_LOOKUP_FIELD` and `FROZEN_DELEGATE_TO` for which field to resolve for the state - Add `FreezeConfigurationError` exception for config-related error
0.1.8
- remove constraint that prevent to use django >= 3.2 - Add an optional model attribute `FSM_STATE_FIELD_NAME` - Update README
0.1.7
- include readme in pyproject - improve CI - include flake8 - use cache