From 07e93b59918d87fccd0b9c0039f1bf1942f29e80 Mon Sep 17 00:00:00 2001 From: Release bot Date: Tue, 26 May 2020 15:00:31 +0000 Subject: [PATCH 1/4] 0.12.1 release --- CHANGELOG.md | 21 +++++++++++++++++++++ fedora/python-ogr.spec | 5 ++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3743caf9..8f105c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 0.12.1 + +## New Features + +- PullRequest can now be created also between two different forks of + a project. (@mfocko) +- Pull requests have now property - patch (Pagure). (@jpopelka) +- You can now add collaborators with specific privileges on github and + gitlab projects. (@shreyaspapi) + +## Minor + +- When telling if a user can merge PRs in a GitHub repo, ogr asks GitHub + for the user's permission on the repo instead of checking if the user is + in the list of collaborators. (@csomh) + +## Fixes + +- Get project will now correctly use the service instance class for custom + service instances. (@lachmanfrantisek) + # 0.12.0 ## New Features diff --git a/fedora/python-ogr.spec b/fedora/python-ogr.spec index 684c1ee5..bd339ec2 100644 --- a/fedora/python-ogr.spec +++ b/fedora/python-ogr.spec @@ -1,7 +1,7 @@ %global srcname ogr Name: python-%{srcname} -Version: 0.12.0 +Version: 0.12.1 Release: 1%{?dist} Summary: One API for multiple git forges @@ -52,6 +52,9 @@ rm -rf %{srcname}.egg-info %changelog +* Wed May 27 2020 Dominika Hodovska - 0.12.1-1 +- New upstream release 0.12.1 + * Wed May 06 2020 Frantisek Lachman - 0.12.0-1 - New upstream release 0.12.0 From 711f197626d6bdabb13986e79b3cf011fb3947f4 Mon Sep 17 00:00:00 2001 From: Dominika Hodovska <31201372+dhodovsk@users.noreply.github.com> Date: Wed, 27 May 2020 14:52:59 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hunor Csomortáni --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f105c88..504942b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - PullRequest can now be created also between two different forks of a project. (@mfocko) -- Pull requests have now property - patch (Pagure). (@jpopelka) +- PullRequests have a `patch` property now when working with Pagure. (@jpopelka) - You can now add collaborators with specific privileges on github and gitlab projects. (@shreyaspapi) From e8a15c0a35729009cd9d0b42c54aeb15745f260d Mon Sep 17 00:00:00 2001 From: Dominika Hodovska <31201372+dhodovsk@users.noreply.github.com> Date: Wed, 27 May 2020 14:53:06 +0200 Subject: [PATCH 3/4] Update CHANGELOG.md Co-authored-by: Jiri Popelka --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 504942b8..db7e4f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ - PullRequest can now be created also between two different forks of a project. (@mfocko) - PullRequests have a `patch` property now when working with Pagure. (@jpopelka) -- You can now add collaborators with specific privileges on github and - gitlab projects. (@shreyaspapi) +- You can now add collaborators with specific privileges on GitHub and + GitLab projects. (@shreyaspapi) ## Minor From 0d67b9b82269c9ec7f39876560c6d185039e67f9 Mon Sep 17 00:00:00 2001 From: Dominika Hodovska <31201372+dhodovsk@users.noreply.github.com> Date: Wed, 27 May 2020 14:53:12 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hunor Csomortáni --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7e4f80..607146c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ ## Fixes -- Get project will now correctly use the service instance class for custom +- `get_project()` will now correctly use the service instance class for custom. service instances. (@lachmanfrantisek) # 0.12.0