Changed - `--hoverfly-simulation-path` can now be specified as a path relative to `pytest.ini` file
2.0.3
Fixed - Fix a bug when container wouldn't start because the host port we wanted to map onto was already in use
2.0.2
Fixed - This is a technical release to publish to PyPI
2.0.1
Added - Added ependency on wrike-pytest-containers
Fixed - Fix working with docker>=4.3.1 by using wrike-pytest-containers
2.0.0
Changed - Use `docker` instead of `docker-py`. This is a breaking change, since it requires you to recreate venv (uninstalling docker-py and installing docker won't work). - Reuse code from wrike-pytest-containers