Releases: jazzband/django-fsm-log
Releases · jazzband/django-fsm-log
v4.0.1
v4.0.0
What's Changed
- Switch to django-fsm-2 as dependency
- add support for django 5.1
- add support for python 3.13
⚠️ drop support for django 2.2 & 4.0⚠️ drop support for python 3.7 & 3.8
New Contributors
Full Changelog: v3.1.1...v4.0.0
v3.1.1 . Same as v3.1.0, with an addiotnal fix for release workflow
What's Changed
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
fsm_log_description
now accepts a default description parameter- Document
fsm_log_description
decorator - Add support for Django 4.1
- Add compatibility for python 3.11
New Contributors
- @knaperek made their first contribution in #103
- @pre-commit-ci made their first contribution in #124
- @dependabot made their first contribution in #130
- @lorenzomorandini made their first contribution in #143
Full Changelog: v3.0.0...v3.1.0
Maintenance release django>=3.2, python>=3.7 + allow using StateLogManager in migrations
Merge pull request #112 from ticosax/new-release Release 3.0.0
Forgot to bump package version
v2.0.1 I forgot to bump package version
add Django 3 suport, drop python2 support
Merge pull request #101 from ticosax/prepare-new-release Prepare next release
Fix migration history
Merge pull request #91 from ticosax/v1.6.2 Prepare new version 1.6.2
Make StateLog.description field nullable
Merge pull request #86 from ticosax/v1.6.1 preparation for next release