| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c848d12 commit 2ab0b9f
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,21 @@ | |||
| 1 | 1 | # CHANGELOG | |
| 2 | 2 | ||
| 3 | + ## v4.12.1 (2024-09-30) | ||
| 4 | + | ||
| 5 | + ### Chore | ||
| 6 | + | ||
| 7 | + * chore(deps): update all non-major dependencies (#3000) | ||
| 8 | + | ||
| 9 | + Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`d3da326`](https://github.com/python-gitlab/python-gitlab/commit/d3da326828274ed0c5f76b01a068519d360995c8)) | ||
| 10 | + | ||
| 11 | + * chore(deps): update gitlab/gitlab-ee docker tag to v17.4.1-ee.0 ([`64eed5d`](https://github.com/python-gitlab/python-gitlab/commit/64eed5d388252135a42a252b9100ffc75d9fb0ea)) | ||
| 12 | + | ||
| 13 | + ### Fix | ||
| 14 | + | ||
| 15 | + * fix(ci): do not rely on GitLab.com runner arch variables (#3003) ([`c848d12`](https://github.com/python-gitlab/python-gitlab/commit/c848d12252763c32fc2b1c807e7d9887f391a761)) | ||
| 16 | + | ||
| 17 | + * fix(files): correctly raise GitlabGetError in get method ([`190ec89`](https://github.com/python-gitlab/python-gitlab/commit/190ec89bea12d7eec719a6ea4d15706cfdacd159)) | ||
| 18 | + | ||
| 3 | 19 | ## v4.12.0 (2024-09-28) | |
| 4 | 20 | ||
| 5 | 21 | ### 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.0" | ||
| 6 | + __version__ = "4.12.1" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments