------------------- - Refine return type annotation on `ParsedWheelFilename.tag_triples()`
1.4.0
------------------- - Support Python 3.10 - Added a `wheel-filename` command that outputs wheel filename components as JSON
1.3.0
------------------- - Support Python 3.9 - Paths passed to `parse_wheel_filename()` can now be `bytes` or `os.PathLike[bytes]`
1.2.0
------------------- - Changed `ParsedWheelFilename` to a `namedtuple` so that it can be iterated over - Dropped support for Python 3.5 - Added type annotations
1.1.0
------------------- - `parse_wheel_filename()` now strips leading directory components from its argument before processing
1.0.0
------------------- Split off code from [wheel-inspect](https://github.com/jwodder/wheel-inspect).