From 0ead781b7e9996feaa37d78b0db5adf4f9ea57d6 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 22 Jul 2022 17:56:00 +0200 Subject: [PATCH] Version 0.13.0 --- CHANGELOG.md | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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