Skip to content

Commit

Permalink
Version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luminaar committed Jul 22, 2022
1 parent d3536b3 commit 0ead781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 0ead781

Please sign in to comment.