What's Changed
Added
- Add
url_humanize()andurl-normalize --humanize/-Hto convert normalized URLs to readable display URLs while preserving normalization round trips (#4).
Changed
- BREAKING: Updated minimum Python version to 3.10 to match currently supported Python versions.
Fixed
- Stop passing the deprecated
transitionalargument toidna.encode()(#43). - Updated project license metadata to the current SPDX string format to resolve setuptools deprecation warnings (#39).
New Contributors
- @edgarrmondragon made their first contribution in #42
Full Changelog: v2.2.1...v3.0.0