diff --git a/CHANGELOG.md b/CHANGELOG.md index caf55f9..7ed072a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -## Unreleased -Changes: +## Version 1.0.0 +Breaking changes: - Default behavior is not to install `docker-compose` at all when - installing `pytest-docker` with PIP. If you want to, you install - `pytest-docker` with the `docker-compose-v1` extra (`pip install - pytest-docker[docker-compose-v1]`). + installing `pytest-docker` with PIP. Use the `docker-compose-v1` extra. + +Feat: - Add support for Docker Compose v2 via a new pytest fixture, `docker_compose_command` that should return `docker compose`. diff --git a/setup.cfg b/setup.cfg index b3a0d95..ebde0ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest-docker -version = 0.13.0 +version = 1.0.0 description = Simple pytest fixtures for Docker and docker-compose based tests long_description = file: README.md long_description_content_type = text/markdown