Skip to content

Commit

Permalink
chg: doc: Release 0.2.2 !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Nov 23, 2021
1 parent fd2797a commit 06bf5a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
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 06bf5a8

Please sign in to comment.