Skip to content

Commit

Permalink
Merge pull request #135 from packit-service/0.6.0-release
Browse files Browse the repository at this point in the history
0.6.0 release
  • Loading branch information
lachmanfrantisek authored Jul 25, 2019
2 parents fed150b + f50b388 commit f67718b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ current_version_command: ["python3", "setup.py", "--version"]
jobs:
- job: sync_from_downstream
trigger: commit
- job: propose_downstream
trigger: release
metadata:
dist_git_branch: master
- job: propose_downstream
trigger: release
metadata:
dist_git_branch: f30
- job: propose_downstream
trigger: release
metadata:
dist_git_branch: f29
- job: copr_build
trigger: pull_request
metadata:
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# 0.6.0


## New Features

* Possibility to authenticate via github-app. (@lachmanfrantisek)
* New method `get_latest_release()` for projects. (@marusinm)
* New method for creating releases in GitHub. (@lbarcziova)
* Add method for getting releases for Pagure. (@lbarcziova)
* Add labels for GitHub pull-requests. (@marusinm)
* New methods for getting pull-request/issue permissions (`who_can_marge_pr`, `who_can_close_issue`, `can_close_issue` and `can_merge_pr`). (@marusinm)
* New methods to get project's owners and permissions of various users. (@marusinm)
* Link GitTag to Release object. (@lbarcziova)
* Add method for creating projects/services from url. (@lachmanfrantisek)
* Creating/closing/commenting Pagure Issues. (@marusinm)

## Fixes

* Correct status handling for Github pull-requests. (@marusinm)
* Fix error 404 on `get_file_content`. (@lbarcziova)

## Minor

* Simplify usage of persistent storage and mocking. (@lachmanfrantisek)
* CommitStatus renamed to CommitFlag. (@lbarcziova)
* Add zuul as a CI system. (@TomasTomecek)
* Removed unused functions. (@lbarcziova)
* Unify external command invocation by subprocess.run. (@lbarcziova)
* Add `__str__ ` and `__eq__` for classes. (@shreyanshrs44, @lachmanfrantisek)


# 0.5.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.5.0
Version: 0.6.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
* Tue Jul 23 2019 Frantisek Lachman <[email protected]> - 0.6.0-1
- New upstream release 0.6.0

* Fri Jun 28 2019 Frantisek Lachman <[email protected]> - 0.5.0-1
- New upstream release: 0.5.0

Expand Down

0 comments on commit f67718b

Please sign in to comment.