diff --git a/.packit.yaml b/.packit.yaml index 7029d2c..f08cd35 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -9,6 +9,7 @@ jobs: trigger: commit - job: propose_downstream trigger: release + copy_upstream_release_description: true metadata: dist-git-branch: fedora-all - job: copr_build diff --git a/CHANGELOG.md b/CHANGELOG.md index 435b6ed..7c79b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.1 + +## Fixes + +- The global location of rulesests is now correctly found. + # 0.5.0 ## Features diff --git a/colin.spec b/colin.spec index e46f8bd..f89f89a 100644 --- a/colin.spec +++ b/colin.spec @@ -9,7 +9,7 @@ %endif Name: %{pypi_name} -Version: 0.5.0 +Version: 0.5.1 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 +* Mon Jan 10 09:56:32 CET 2022 Frantisek Lachman - 0.5.1-1 +- New upstream release 0.5.1 + * Thu Mar 11 13:31:23 CET 2021 Frantisek Lachman - 0.5.0-1 - new upstream release 0.5.0