diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c79b57..f002da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ -# 0.5.1 +# 0.5.2 ## Fixes - The global location of rulesests is now correctly found. +# 0.5.1 + +- Badly done release (version not updated everywhere). +- Replaced by `0.5.2`. + # 0.5.0 ## Features diff --git a/colin.spec b/colin.spec index f89f89a..10e69e7 100644 --- a/colin.spec +++ b/colin.spec @@ -9,7 +9,7 @@ %endif Name: %{pypi_name} -Version: 0.5.1 +Version: 0.5.2 Release: 1%{?dist} Summary: Tool to check generic rules/best-practices for containers/images/dockerfiles. @@ -77,6 +77,9 @@ rm -rf html/.{doctrees,buildinfo} %doc html %changelog +* Wed Jan 12 09:32:57 CET 2022 Frantisek Lachman - 0.5.2-1 +- New upstream release 0.5.2 + * Mon Jan 10 09:56:32 CET 2022 Frantisek Lachman - 0.5.1-1 - New upstream release 0.5.1 diff --git a/colin/version.py b/colin/version.py index 91f5e22..fa05e26 100644 --- a/colin/version.py +++ b/colin/version.py @@ -14,4 +14,4 @@ # along with this program. If not, see . # -__version__ = "0.5.0" +__version__ = "0.5.2"