| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9bf26df commit 0ceebd0
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,16 @@ | |||
| 1 | 1 | # CHANGELOG | |
| 2 | 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 | + | ||
| 3 | 14 | ## v4.12.1 (2024-09-30) | |
| 4 | 15 | ||
| 5 | 16 | ### Chore | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,4 @@ | |||
| 3 | 3 | __email__ = "gauvainpocentek@gmail.com" | |
| 4 | 4 | __license__ = "LGPL3" | |
| 5 | 5 | __title__ = "python-gitlab" | |
| 6 | - __version__ = "4.12.1" | ||
| 6 | + __version__ = "4.12.2" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments