Skip to content

Commit 12c341d

Browse files
authored
Merge pull request #24 from TomasTomecek/0.2.1-release
0.2.1 release
2 parents c1b7da9 + d6acb51 commit 12c341d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.2.1
2+
3+
## Bug fixes
4+
5+
* Correctly recreate working container when loading a layer from cache.
6+
* When ab is installed using pip on Fedora 29, it wasn't able to import itself
7+
when invoked from the callback plugin. This is now resolved.
8+
9+
110
# 0.2.0
211

312
Renamed to `ansible-bender`, the binary name was left intact.

ansible_bender/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)