- [CLI] add some color and bold text to warning/note labels
- [CLI] add items to CLI output
- Documentation URL
- Homepage URL
- Maintainer
- [CLI] add --urls option
- returns list of relevant URLs for given package
- [CLI] add extra info to --releases
- [CLI] add '-lt' and '-gt' options for use with --releases
- [API] change PackageObject.info.version from `str` to `Union[packaging.version.Version, packaging.version.LegacyVersion]`
- [API] change PackageObject.releases from `Dict[str, URLReleaseObject]` to `Dict[Union[packaging.version.Version, packaging.version.LegacyVersion], URLReleaseObject]`
- [API] docs changes