Skip to content

Commit

Permalink
Merge pull request #422 from packit-service/0.12.1-release
Browse files Browse the repository at this point in the history
0.12.1 release
  • Loading branch information
dhodovsk authored May 27, 2020
2 parents f3d806b + 0d67b9b commit fda65c6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.12.1

## New Features

- 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)

## 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
Expand Down
5 changes: 4 additions & 1 deletion fedora/python-ogr.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -52,6 +52,9 @@ rm -rf %{srcname}.egg-info


%changelog
* Wed May 27 2020 Dominika Hodovska <dhodovsk@redhat.com> - 0.12.1-1
- New upstream release 0.12.1

* Wed May 06 2020 Frantisek Lachman <flachman@redhat.com> - 0.12.0-1
- New upstream release 0.12.0

Expand Down

0 comments on commit fda65c6

Please sign in to comment.