diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef547b..9fdaa46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.7.0 + +- It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104) +- Added support for filenames specified in source URL fragments, for example: `https://example.com/foo/1.0/download.cgi#/%{name}-%{version}.tar.gz` (#100) + # 0.6.0 - Switched to our own implementation of working with `%changelog` timestamps and removed dependency on arrow (#88) diff --git a/epel8/python-specfile.spec b/epel8/python-specfile.spec index 0904b5a..2292f64 100644 --- a/epel8/python-specfile.spec +++ b/epel8/python-specfile.spec @@ -5,7 +5,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.6.0 +Version: 0.7.0 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -62,6 +62,9 @@ rm -rf specfile.egg-info %changelog +* Fri Oct 07 2022 Packit Team - 0.7.0-1 +- New upstream release 0.7.0 + * Thu Aug 25 2022 Nikola Forró - 0.6.0-1 - New upstream release 0.6.0 diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index 5349c96..c605c63 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -13,7 +13,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.6.0 +Version: 0.7.0 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg %changelog +* Fri Oct 07 2022 Packit Team - 0.7.0-1 +- New upstream release 0.7.0 + * Thu Aug 25 2022 Nikola Forró - 0.6.0-1 - New upstream release 0.6.0