Releases: mozmeao/django-allow-cidr
Releases · mozmeao/django-allow-cidr
0.8.0
What's Changed
- Add Django 4.1, 4.2, and 5.0 to test matrix by @blag in #34
- Add Django 4.2 to list of supported versions by @aqeelat in #33
- Modernize support for Django and Python versions. by @felixxm in #36
- Merge missing commits from 0.7.0 and 0.7.1 packages to main by @stevejalim in #39
- Confirm Django 5.2 support. by @felixxm in #38
- Confirm support for Python 3.13. by @felixxm in #40
- Bump pypa GHA to latest version by @stevejalim in #42
- Update CI, configs and docs; drop EOL by @janbrasna in #43
- Prep 0.8.0 release by @stevejalim in #44
New Contributors
- @blag made their first contribution in #34
- @aqeelat made their first contribution in #33
- @felixxm made their first contribution in #36
- @janbrasna made their first contribution in #43
Full Changelog: 0.7.1...0.8.0
0.8.0rc
What's Changed
- Add Django 4.1, 4.2, and 5.0 to test matrix by @blag in #34
- Add Django 4.2 to list of supported versions by @aqeelat in #33
- Modernize support for Django and Python versions. by @felixxm in #36
- Merge missing commits from 0.7.0 and 0.7.1 packages to main by @stevejalim in #39
- Confirm Django 5.2 support. by @felixxm in #38
- Confirm support for Python 3.13. by @felixxm in #40
- Bump pypa GHA to latest version by @stevejalim in #42
New Contributors
- @blag made their first contribution in #34
- @aqeelat made their first contribution in #33
- @felixxm made their first contribution in #36
Full Changelog: 0.7.1...0.8.0rc
0.7.1
Packaging update
0.7.0
Key change: adds IPv6 support.
See HISTORY.rst for full details
0.6.0
0.6.0 (2023-01-05)
- Drop dev-related dependencies (incl vulnerable version of wheel, which was not installed in general use)
- Remove redundant code from setup.py now we're auto-publishing via Github
- Update testing matrix: Drop Python 3.6; add Python 3.11; add Django 4.1
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Replace the netaddr dependency with ipaddress by @n1ngu in #25
- Reinstate automatic publishing to PyPI by @stevejalim in #24
- Prepare 0.5.0 release by @stevejalim in #26
New Contributors
Full Changelog: 0.4.1...0.5.0