---------------------
- ~~Added fallback to name when common_name or official_name country attributes
are missing~~ Reverted in v24.6.1.
- Added support for adding and removing country records, as well as casting to
dict
- Improve performance speed by checking for non-ascii chars before removing
accents
- Added search_fuzzy method to subdivisions
- Added type hinting, created py.typed file, and added mypy checks to CI