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.
1 parent 216ff3f commit c9510b0Copy full SHA for c9510b0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.10.1
2
+
3
+* A fixup release: twine refused an upload due to incorrect URL (fix: 216ff3f101494daf1bdaf4f427fe17fa108e100d)
4
5
6
# 0.10.0
7
8
## Features
ansible-bender.spec
@@ -6,7 +6,7 @@
%bcond_with privileged_tests
Name: ansible-bender
9
-Version: 0.10.0
+Version: 0.10.1
10
Release: 1%{?dist}
11
Summary: Build container images using Ansible playbooks
12
@@ -83,6 +83,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
83
84
85
%changelog
86
+* Mon Feb 06 2023 Tomas Tomecek <ttomecek@redhat.com> - 0.10.1-1
87
+- 0.10.1 upstream release
88
89
* Fri Feb 03 2023 Tomas Tomecek <ttomecek@redhat.com> - 0.10.0-1
90
- 0.10.0 upstream release
91
0 commit comments