diff --git a/CHANGELOG.md b/CHANGELOG.md index 775f973..b4b77df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## 0.2.1 +## 0.2.2 ### New @@ -13,6 +13,8 @@ ### Fix +* Correct path to version file. [Ben Dalling] + * Ensure we get the right status after 0.13.0. [Ben Dalling] diff --git a/docs/.doctrees/environment.pickle b/docs/.doctrees/environment.pickle index 3abef4b..83a0716 100644 Binary files a/docs/.doctrees/environment.pickle and b/docs/.doctrees/environment.pickle differ diff --git a/tests/features/wait4localstack.feature b/tests/features/wait4localstack.feature index 4b321df..80af9be 100644 --- a/tests/features/wait4localstack.feature +++ b/tests/features/wait4localstack.feature @@ -26,7 +26,7 @@ Feature: Wait4Localstack Then expect package response to match Examples: | testinfra_package | resource_name | package_response | - | file.exists | /tmp/dist/wait4localstack-0.2.1.tar.gz | True | + | file.exists | /tmp/dist/wait4localstack-0.2.2.tar.gz | True | | file.exists | /usr/local/bin/entrypoint.sh | True | | file.exists | /usr/local/bin/wait4localstack | True | | host.run | /usr/local/bin/wait4localstack -h | 0 | diff --git a/wait4localstack/VERSION b/wait4localstack/VERSION index 0c62199..ee1372d 100644 --- a/wait4localstack/VERSION +++ b/wait4localstack/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2