Skip to content

Commit

Permalink
Merge pull request #24 from TomasTomecek/0.2.1-release
Browse files Browse the repository at this point in the history
0.2.1 release
  • Loading branch information
TomasTomecek authored Nov 10, 2018
2 parents c1b7da9 + d6acb51 commit 12c341d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.2.1

## Bug fixes

* Correctly recreate working container when loading a layer from cache.
* When ab is installed using pip on Fedora 29, it wasn't able to import itself
when invoked from the callback plugin. This is now resolved.


# 0.2.0

Renamed to `ansible-bender`, the binary name was left intact.
Expand Down
2 changes: 1 addition & 1 deletion ansible_bender/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = '0.2.1'

0 comments on commit 12c341d

Please sign in to comment.