Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf26df commit 0ceebd0Copy full SHA for 0ceebd0
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# CHANGELOG
2
3
+## v4.12.2 (2024-10-01)
4
+
5
+### Fix
6
7
+* fix: raise GitlabHeadError in `project.files.head()` method (#3006)
8
9
+When an error occurs, raise `GitlabHeadError` in
10
+`project.files.head()` method.
11
12
+Closes: #3004 ([`9bf26df`](https://github.com/python-gitlab/python-gitlab/commit/9bf26df9d1535ca2881c43706a337a972b737fa0))
13
14
## v4.12.1 (2024-09-30)
15
16
### Chore
gitlab/_version.py
@@ -3,4 +3,4 @@
__email__ = "[email protected]"
__license__ = "LGPL3"
__title__ = "python-gitlab"
-__version__ = "4.12.1"
+__version__ = "4.12.2"
0 commit comments