Skip to content

Commit

Permalink
Version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luminaar committed Apr 9, 2022
1 parent ec36f56 commit 567fa09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,13 @@
# Changelog

## Version 0.12.0
Changes:
- Add `docker_setup` fixture to allow custom setup actions for docker-compose
(contributed by @raddessi)

## Version 0.11.0
Changes:
- Add support for `pytest` v7
- Add support for `pytest` v7 (contributed by @skshetry)

## Version 0.10.3
Changes:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pytest-docker
version = 0.11.0
version = 0.12.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 567fa09

Please sign in to comment.