Skip to content

Commit

Permalink
Merge pull request #190 from packit-service/0.7.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 12, 2019
2 parents 5f212ee + dee3aaf commit 7eec533
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# 0.6.0
# 0.7.0

## New Features

* Introduced a first version of **GitLab** support. (Implementation is not completed yet.) (@lbarcziova)
* Added a method for loading services from dictionary. (@lachmanfrantisek)
* Release objects have a method for editing. (@lbarcziova)
* Added a function for getting all commits from specific PR. (@phracek)

## Fixes

* Fix creating pull-request from fork to upstream on new versions of Pagure. (@lachmanfrantisek)
* Use web url in Pagure issue. (@dustymabe)

## Minor

* Add cryptography to dependencies to be able to authenticate as a github app. (@lachmanfrantisek)
* Add `github_app_private_key_path` parameter to GithubService. (@lachmanfrantisek)
* Make the pagure service mapping more general. (@lachmanfrantisek)
* The tests in CI (zuul) runs both on pip and rpm versions of dependencies. (@lachmanfrantisek)
* We no longer use Centos CI Jenkins. (@jpopelka)
* Run Pagure tests on one repository: https://pagure.io/api/0/ogr-tests. (@lbarcziova)


# 0.6.0

## New Features

Expand Down
5 changes: 4 additions & 1 deletion python-ogr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%{?python_enable_dependency_generator}

Name: python-%{pypi_name}
Version: 0.6.0
Version: 0.7.0
Release: 1%{?dist}
Summary: One API for multiple git forges

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


%changelog
* Wed Sep 11 2019 Frantisek Lachman <[email protected]> - 0.7.0-1
- New upstream release 0.7.0

* Tue Jul 23 2019 Frantisek Lachman <[email protected]> - 0.6.0-1
- New upstream release 0.6.0

Expand Down

0 comments on commit 7eec533

Please sign in to comment.