- There is a new method for getting a single commit comment, supporting also retrieval and adding reactions in GitHub. (865)
0.50.1
- 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
- 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
- `GitLabProject.get_file_content` can now correctly handle file paths starting with `./`. (844)
0.49.1
- Interface for labels was unified and `labels` property for PullRequest and Issue now return list of PRLabel and IssueLabel respectively. (839)
0.49.0
- For Pagure there are 2 new methods available: one for getting users with specified access rights and one for getting members of a group. (834)