================ - Added a little delay to the Mosquitto fixture. Possibly faster GitHub runners made MQTT software tests fail on the LorryStream project.
0.4.1
================ - Fix command line options machinery by refactoring essential pytest fixtures to the main package. They have been added to ``testing`` beforehand, which is just plain wrong, and broke the 0.4.0 release.
0.4.0
================ - Accept command line options ``--mqtt-host`` and ``--mqtt-port``, in order to connect to an MQTT broker on a different endpoint than ``localhost:1883``. Thanks, zedfmario. - Add support for paho-mqtt 2.x, retaining compatibility for 1.x
0.3.1
================
- Fix improving error handling when Docker daemon is not running.
0.3.0
================
- Improve error handling when Docker daemon is not running. Thanks, horta.
0.2.0
================
- Mosquitto fixture: Add missing ``port`` attribute and fix return tuple of ``BaseImage.run``. Thanks, edenhaus!