What's Changed
* RC 1.1.9 by semuadmin in https://github.com/semuconsulting/pygnssutils/pull/107
1. Fix for `IndexError: list index out of range` error in `format_conn` on platforms with no IP6 support.
1. ubx CLI utilities moved to `pyubxutils` - `ubxsave`, `ubxload`, `ubxcompare`, `ubxsetrate`, `ubxsimulator`. For the time being, `pyubxutils` will remain a dependency of `pygnssutils` and will be installed alongside it via pip, and `from pygnssutils import UBXSimulator` will still work as an import statement, but these will be removed altogether in v1.2.0.
Fixes: `IndexError: list index out of range` error in `format_conn` on platforms with no IP6 support.
**Full Changelog**: https://github.com/semuconsulting/pygnssutils/compare/v1.1.8...v1.1.9