- Introduced breaking changes to avoid conflicts with the `django-ipware` package. - Renamed the imported module from `ipware` to `python_ipware` in the `python-ipware` package. - Old usage: `from ipware import IpWare` - New usage: `from python_ipware import IpWare`
1.0.5
- Enhance: Readme updates
1.0.0
Features:
- Added `X-CLIENT-IP` header support - Adds PEP 561 Compatibility (stumpylog) - Streamline pyproject.toml & add trusted publishing (stumpylog) - Publish version 1.0.0