Also available on [PyPi](https://pypi.org/project/hwi/) and can be installed with `pip install -U hwi`
Added
* Trezor and Keepkey change detection for single key (P2PKH and P2WPKH) outputs
* `device_model` output in enumerate to distinguish between different device models from the same vendor. Device model names can be provided to `--device_type`, as can the original device type.
Changed
* Trezor One and Keepkey: Close and clear previous sessions to retain behavior of allowing `--pasword` to change with each run.
* Help output will be directed to stderr. A JSON formatted error message and code will be output to stdout to align with all other HWI command outputs.
Fixed
* Provide udev rules with binary distributions so that they can be installed.
* Udev rules can only be installed on Linux.
* Output error messages and codes in more places that were missing it.