Releases: bellini666/django-choices-field
Releases · bellini666/django-choices-field
Release 2.3.0
What's Changed
- Dropped support for python 3.7. Minimum python supported version now is 3.8
- Declared support for Django 5.0
- Added missing py.typed marker for mypy by @pm-incyan in #12
New Contributors
- @pm-incyan made their first contribution in #12
Full Changelog: v2.2.2...v2.3.0
Release 2.2.2
Release 2.2.1
Release 2.2
What's Changed
- feat: add support for integer flags (check the
README
for its usage) - chore(deps): bump requests from 2.30.0 to 2.31.0 by @dependabot in #10
Full Changelog: v2.1.2...v2.2
Release 2.1.2
What's changed
- fix(typing): remove init from typing to fix pyright issues
Full Changelog: v2.1.1...v2.1.2
Release 2.1.1
Release 2.1
What's Changed
- fix: IntegerDjangoChoices field not working (#5)
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v2.0...v2.1
Release 2.0
Full Changelog: v1.1...v2.0
Release 1.1
Add IntegerChoices
support
Release 1.0
Initial publib release