diff --git a/CHANGELOG.md b/CHANGELOG.md index c48d958..9aa6214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.13.0 +Feat: +- In get_docker_ip(), if `DOCKER_HOST` is using the `unix:` scheme then return "127.0.0.1" + ## Version 0.12.0 Changes: - Add `docker_setup` fixture to allow custom setup actions for docker-compose diff --git a/setup.cfg b/setup.cfg index fefc469..0263102 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest-docker -version = 0.12.0 +version = 0.13.0 description = Simple pytest fixtures for Docker and docker-compose based tests long_description = file: README.md long_description_content_type = text/markdown