- Remove timezone information from CLI output (it's always UTC).
1.3.1
- Add `py.typed` for full mypy type hint support.
1.3.0
- GPSDClient now supports a `timeout` param - GPSDClient now can be used as a context manager - Code cleanup, added more tests - parsed datetimes now contain the UTC timezone info
1.2.1
- Improved type hints
1.2.0
- add `filter` argument to return only the given report classes - Fixes json parsing (gpsd emits invalid json with trailing commas in some cases)