* Include Python version in `--version` (95) hugovk
Changed
* Rename headers: `releaseDate`->`release`, `latestReleaseDate`->`latest` release (83) hugovk * Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs (94) hugovk
Fixed
* Omit the `releaseLabel` column (96) hugovk
0.8.1
Fixed
* Update for `release` renamed to `releaseDate` in API (82) hugovk * Remove redundant `wheel` dependency from `pyproject.toml` (79) hugovk
0.8.0
Added
* Support Python 3.11 (77) hugovk * Show EOLs for multiple products (67) hugovk
Changed
* Refactor cache stuff into module (68) hugovk
Fixed
* Freeze time to fix test (76) hugovk * Fix status code logging and use lazy % formatting in logging functions (70) hugovk
0.7.0
Added
* Add source URL to `--verbose` (47) hugovk
Fixed
* Freeze time to fix colour test (50) hugovk * Use cog to update README usage (44) hugovk
0.6.0
Added
* Add examples to --help (42) hugovk
Changed
* Speedup: only import httpx if needed (36) hugovk
Fixed
* httpx: Enable following redirects (43) hugovk * Fix labelling LTS releases (41) hugovk * Only align necessary columns and not whole table (40) hugovk
0.5.0
Added
* Add support for Python 3.7-3.8 and PyPy (32) hugovk * Add `__main__.py` so runnable via 'python3 -m norwegianblue' (35) hugovk * Add `--clear-cache` to delete all cache files before run (34) hugovk
Fixed
* Specify build backend to allow editable installs (33) hugovk