- Introduced async request functionality. Special thanks to [Iago Borba de Almeida](https://github.com/iagobalmeida) for the contribution. - Refined pre-commit hooks for better code consistency. - Updated documentation to fix syntax errors, add async request usage details, and enhance overall clarity. - Improved test coverage to ensure higher reliability. - Enhanced both documentation and code quality for better maintainability. - Optimized Makefile for streamlined usage. - Removed the deprecated Correios webservice to simplify the codebase.
6.7.0
------------------
- Added new exceptions to encapsulate request errors - Improved BrazilCEP API and documentation
6.6.1
------------------
- Updated PyPI links
6.6.0
------------------
- Dropped Python 3.8 support - Added Python 3.13 support - Added `help`, `test`, `setup`, `coverage`, and `docs` commands to Makefile - Replaced Nox with Tox - Added GitHub issue and PR templates - Introduced pre-commit hooks - Migrated documentation from MkDocs to Sphinx