Skip to content

Releases: packit/ogr

0.53.0

04 Apr 14:15
ac4c629
Compare
Choose a tag to compare
  • Added support for Forgejo projects. (#893)

0.52.1

31 Mar 12:54
7c39cbf
Compare
Choose a tag to compare
Release 0.52.1 (#912)

Update the changelog and the specfile for release 0.52.1.

0.52.0

28 Mar 15:40
2059ce7
Compare
Choose a tag to compare
  • We have fixed pagination problems in ogr's GitlabProject.get_commit_comments(). (#901)

0.51.0

02 Mar 11:56
5326c59
Compare
Choose a tag to compare
  • Added base support for forgejo. (#891)

0.50.4

07 Feb 14:32
4a3d53f
Compare
Choose a tag to compare
  • Trigger a new release to confirm the correct SPDX licence.

0.50.3

10 Jan 14:08
431286b
Compare
Choose a tag to compare
  • We have improved wrapping of the forge-specific exceptions, string representation of the original exception is now included. (#884)
  • The test suite for parsing git URLs has been extended and also the handling of GitHub repository with changed owner or name has been improved. (#874)

0.50.2

26 Oct 21:23
e7b838e
Compare
Choose a tag to compare
  • There is a new method for getting a single commit comment, supporting also retrieval and adding reactions in GitHub. (#865)

0.50.1

11 Oct 11:01
fb44e4c
Compare
Choose a tag to compare
  • We have fixed an issue that caused inconsistencies with the expected behavior stated by the documentation when adding duplicate reactions to GitLab comments. (#861)

0.50.0

16 Sep 07:53
c890cde
Compare
Choose a tag to compare
  • A new get_commits method was implemented for GitHub and Gitlab projects. (#857)
  • An issue with silently ignoring error (#760) was fixed. (#855)

0.49.2

08 Mar 12:06
3d78868
Compare
Choose a tag to compare
  • GitLabProject.get_file_content can now correctly handle file paths starting with ./. (#844)