Skip to content

Commit

Permalink
Merge pull request #288 from lachmanfrantisek/release-0.5.2
Browse files Browse the repository at this point in the history
Create a new `0.5.2` release that replaces the badly done `0.5.1`
  • Loading branch information
lachmanfrantisek authored Jan 13, 2022
2 parents ddc5dfd + c6d4007 commit 4bf73ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion colin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -77,6 +77,9 @@ rm -rf html/.{doctrees,buildinfo}
%doc html

%changelog
* Wed Jan 12 09:32:57 CET 2022 Frantisek Lachman <[email protected]> - 0.5.2-1
- New upstream release 0.5.2

* Mon Jan 10 09:56:32 CET 2022 Frantisek Lachman <[email protected]> - 0.5.1-1
- New upstream release 0.5.1

Expand Down
2 changes: 1 addition & 1 deletion colin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

__version__ = "0.5.0"
__version__ = "0.5.2"

0 comments on commit 4bf73ef

Please sign in to comment.