Skip to content

Commit 0ceebd0

Browse files
author
semantic-release
committed
chore: release v4.12.2
1 parent 9bf26df commit 0ceebd0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

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+
314
## v4.12.1 (2024-09-30)
415

516
### Chore

gitlab/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "gauvainpocentek@gmail.com"
44
__license__ = "LGPL3"
55
__title__ = "python-gitlab"
6-
__version__ = "4.12.1"
6+
__version__ = "4.12.2"

0 commit comments

Comments
 (0)