From c5268c16067477e24db3db47e29d4d6cb4bdf08a Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Fri, 11 Jun 2021 12:48:02 +0200 Subject: [PATCH] 0.26.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomas Tomecek Co-authored-by: Hunor Csomortáni --- CHANGELOG.md | 6 ++++++ fedora/python-ogr.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db5e7cba..ed33785f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.26.0 + +- Add a function for setting assignees of issues, by [@KPostOffice](https://github.com/KPostOffice), [#589](https://github.com/packit-service/ogr/pull/589) +- 'make check' is now aligned with other Packit projects, by [@bcrocker15](https://github.com/bcrocker15), [#593](https://github.com/packit-service/ogr/pull/593) +- Implement support for GitHub [check runs](https://docs.github.com/en/rest/reference/checks#check-runs), by [@mfocko](https://github.com/mfocko), [#592](https://github.com/packit-service/ogr/pull/592) + # 0.25.0 - Add support for listing of projects in GitLab and Github (by our external diff --git a/fedora/python-ogr.spec b/fedora/python-ogr.spec index afa5e000..d68397eb 100644 --- a/fedora/python-ogr.spec +++ b/fedora/python-ogr.spec @@ -1,7 +1,7 @@ %global srcname ogr Name: python-%{srcname} -Version: 0.25.0 +Version: 0.26.0 Release: 1%{?dist} Summary: One API for multiple git forges @@ -52,6 +52,9 @@ rm -rf %{srcname}.egg-info %changelog +* Fri Jun 11 2021 Tomas Tomecek - 0.26.0-1 +- New upstream release 0.26.0 + * Tue Jun 01 2021 Laura Barcziova - 0.25.0-1 - New upstream release 0.25.0