We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1b7da9 + d6acb51 commit 12c341dCopy full SHA for 12c341d
CHANGELOG.md
@@ -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
10
# 0.2.0
11
12
Renamed to `ansible-bender`, the binary name was left intact.
ansible_bender/version.py
@@ -1 +1 @@
-__version__ = "0.2.0"
+__version__ = '0.2.1'
0 commit comments