Skip to content

Commit 9e3e867

Browse files
Lukas Slebodniklslebodn
authored andcommitted
New upstream release 0.5.3
1 parent e691d11 commit 9e3e867

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.5.3
2+
3+
## Fixes
4+
5+
- Add additional global location of rulesets for default installation from PyPI
6+
7+
## Minor
8+
9+
- Run tests in upstream on the Testing Farm via Packit
10+
- Few code-style changes suggested by Sourcery
11+
112
# 0.5.2
213

314
## Fixes

colin.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%endif
1010

1111
Name: %{pypi_name}
12-
Version: 0.5.2
12+
Version: 0.5.3
1313
Release: 1%{?dist}
1414
Summary: Tool to check generic rules/best-practices for containers/images/dockerfiles.
1515

@@ -77,6 +77,9 @@ rm -rf html/.{doctrees,buildinfo}
7777
%doc html
7878

7979
%changelog
80+
* Mon Mar 14 2022 Lukas Slebodnik <lslebodn@redhat.com> - 0.5.3-1
81+
- New upstream release 0.5.3
82+
8083
* Wed Jan 12 09:32:57 CET 2022 Frantisek Lachman <flachman@redhat.com> - 0.5.2-1
8184
- New upstream release 0.5.2
8285

colin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
#
1616

17-
__version__ = "0.5.2"
17+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)