Commit 0ceebd0e authored by semantic-release's avatar semantic-release
Browse files

chore: release v4.12.2

parent 9bf26df9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
# CHANGELOG
## v4.12.2 (2024-10-01)
### Fix
* fix: raise GitlabHeadError in `project.files.head()` method (#3006)
When an error occurs, raise `GitlabHeadError` in
`project.files.head()` method.
Closes: #3004 ([`9bf26df`](https://github.com/python-gitlab/python-gitlab/commit/9bf26df9d1535ca2881c43706a337a972b737fa0))
## v4.12.1 (2024-09-30)
### Chore
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ __copyright__ = "Copyright 2013-2019 Gauvain Pocentek, 2019-2023 python-gitlab t
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
__title__ = "python-gitlab"
__version__ = "4.12.1"
__version__ = "4.12.2"