Breaking changes: - Default command changed from docker-compose to docker compose, so the V2 is the default one.
0.12.0
Changes: - Add `docker_setup` fixture to allow custom setup actions for docker-compose (contributed by raddessi)
0.11.0
Changes: * relax pytest version constraint to support v7 (https://github.com/avast/pytest-docker/pull/74) * Abide by PEP-517 (https://github.com/avast/pytest-docker/pull/76)
0.10.3
Changes: - Ensure that Docker cleanup is executed even with after tests have failed