Skip to content

0.6.0

Compare
Choose a tag to compare
@usercont-release-bot usercont-release-bot released this 25 Jul 07:50
f67718b

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