Skip to content

Commit

Permalink
Merge pull request #3 from locp/hotfix/0.2.2
Browse files Browse the repository at this point in the history
Hotfix/0.2.2
  • Loading branch information
dallinb authored Nov 23, 2021
2 parents 861faa8 + 06bf5a8 commit f7ca420
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:

- name: Create Tag
run: |
git tag $( cat redmx/VERSION )
git tag $( cat wait4localstack/VERSION )
git push --tags
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## 0.2.1
## 0.2.2

### New

Expand All @@ -13,6 +13,8 @@

### Fix

* Correct path to version file. [Ben Dalling]

* Ensure we get the right status after 0.13.0. [Ben Dalling]


Expand Down
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/features/wait4localstack.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Feature: Wait4Localstack
Then expect package response to match <package_response>
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 |
Expand Down
2 changes: 1 addition & 1 deletion wait4localstack/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2

0 comments on commit f7ca420

Please sign in to comment.