We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50b02cb + 3bf7c6c commit 3d78868Copy full SHA for 3d78868
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.49.2
2
+
3
+- `GitLabProject.get_file_content` can now correctly handle file paths starting with `./`. (#844)
4
5
# 0.49.1
6
7
- Interface for labels was unified and `labels` property for PullRequest and Issue now return list of PRLabel and IssueLabel respectively. (#839)
fedora/python-ogr.spec
@@ -1,5 +1,5 @@
Name: python-ogr
-Version: 0.49.1
+Version: 0.49.2
Release: 1%{?dist}
Summary: One API for multiple git forges
@@ -48,6 +48,9 @@ One Git library to Rule!
48
49
50
%changelog
51
+* Fri Mar 08 2024 Packit Team <hello@packit.dev> - 0.49.2-1
52
+- New upstream release 0.49.2
53
54
* Mon Feb 12 2024 Packit Team <hello@packit.dev> - 0.49.1-1
55
- New upstream release 0.49.1
56
0 commit comments